- Upgrade findbugs for java 8 compatibility
- Pipeline CPS method mismatch: - Turn contextContains method into @NonCPS , - fix bug with dieIfNotWithin which does the opposite check
- Updated README
- Updated OpenshiftGlobalVariable
- Update verifyService() to verify Headless Services as well
- add devtools to owners
- add note about hard coding of -o=name and it getting in the way of some oc combinations
- prune inadvertent glog/klog to stdout
- finally migrate fix oc path logging to verbose only
- Enhance documentation
- travis/prow no longer copacetic
- remove space param test again since we have 3.11 jenkins e2e working again and haven't decided about bumping the version of client plug-in in 3.11
- deal with possible spaces in job names when accessing workspace based tmp dirs
- add warning around load and jenkins restart
- create Dockerfile to enable prow based PR jobs against v4.x clusters
- create groovy shim tmp files in workspace dir to facilitate file sharing in k8s multi container scenarios
- Porting the current process launching approach to ClientCommandRunner
- Fix issues of FindOc
- Add adambkaplan as approver
- BUG 1679937: update freestyle argument help for type/id form
- scope oc search to only directories on path
- Update README.md
- add path to oc as needed by finding oc on target computer and matching to path;
- add link to jenkins jira on declarative/globalvars
- mimic pre 1.0.17 style processing for watch/action, but ditch use of files (given validations of both master/agent flow); retry around intermittent json format exceptions for oc partial output; no longer have to fix path to oc
- updating readme
- updating readme with openshift sync instructions
- revert latest template param test; something is up with the jenkins image version used with the overnight tests (#187)
- Update README.md
- Update README.md
- Fixing a couple of typos in the README.md (#157)
- fix eclipse parsing error
- fix multi namespace on new -o=name output (#150)
- adjust to the metadata.kind on returned objects having values like deploymentconfig.apps.openshift.io (#148)
- add retry to RolloutManager (#129)
- Update README.md
- need getters for raw step; readme fixes
- Adding sample for recently added options
- commented out test until new version: narrow closure and enabling the use of empty static selectors
- comment out exists test until we can update jenkins image
- bump sample total timeout
- version tweak for release publish
- Fixes for running within OpenShift pod
- Search and replace fixes
- Adding findbugs exceptions
- Another round of jenkins ci findbugs
- Changing to non-snapshot version
- Changing pom.xml url to Jenkins wiki
- Removing Java8 dependencies
- Fix for Add credentials button not working
- pom.xml updates for Jenkins publish process
- Migrating from https://github.com/jupierce/openshift-jenkins-pipeline-dsl
- Initial commit