You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes for minor defects with Jenkins flavor of the pipeline (#148)
* Improve support for Git SSH key with local Jenkins
The jenkins/start.sh now recognizes option -key <path_to_private_key>
and uses it to create the SSH Git credentials when starting new local
Jenkins instance for the first time.
The #137 is fixed by adding missed argument to the jenkins/Dockerfile.
Also the documentation now reflects the additional parameter to start.sh
* Fix #134 by using OS-specific file path separator
* Fix #138 by encapsulating SCM config in one place
Added a unit test to reproduce the issue and refactored logic in the
jenkins_pipeline_sample.groovy to use the new extension function to
configure SCM block for all jobs.
* Fix #141
Fixed typos in the marker of the end of the K8S block for removal.
Fixed pipeline tests to not assume existence of either K8S or CF
scripts.
Fixed JobScripts tests to only verify availability of the CF/K8S jobs in
case of them not being excluded during the customization.
* Convert the code in fixes to be type-safe
0 commit comments