jenkins-library
jenkins-library copied to clipboard
Jenkins shared library for Continuous Delivery pipelines.
# Changes Allows setting variable names under a new `commonPipelineEnvironmentVariableExists` condition in a stage conditions file (V1 only). These are to be checked purely on presence, instead of the `commonPipelineEnvironment`...
Optimized json handling during Patch Request build. No fix json struct for Config Base Json # Changes - [ ] Tests - [ ] Documentation
# Changes - stageDefaults modified to V1 format - Enable Jenkins to use go step - Remove duplicate groovy code Depends on https://github.com/SAP/jenkins-library/pull/3939 - [x] Tests - [x] Documentation
# Changes read Influx data files via golang binary and no longer via groovy. This improves read performance significantly. So far fallback is kept. This is for example required when...
# Changes - [x] Tests - [ ] Documentation
Following the recent change of setting `fileSystemScan=false` in https://github.com/SAP/jenkins-library/blob/master/pkg/whitesource/configHelper.go#L236, our whitesource scans for our SBT 1.6.2 projects now fail to detect dependencies, since the whitesource agent only natively supports SBT>=1.7....
Hi! The issue https://github.com/SAP/jenkins-library/issues/2643 still persisted over the last kaniko releases. With the latest release of kaniko 1.9 I again tried to get it working with the kanikoExecute step and...
# Changes - [x] Tests - ~[ ] Documentation~
# Changes With this change a template function is added to the runOptions that will retrieve a variable from the environment. This solves issue #3440 - [x] Tests - [x]...
# Changes - ~~[ ] Tests~~ - [x] Documentation Set mandatory parameter for ```chartPath``` as ```true```