jenkins-library icon indicating copy to clipboard operation
jenkins-library copied to clipboard

Jenkins shared library for Continuous Delivery pipelines.

Results 337 jenkins-library issues
Sort by recently updated
recently updated
newest added

I need to pass additional credentials to the `newmanExecute` step. I cannot pass the values via `runOptions` since it is insecure. If do it (e.g. via a stage extension), I...

# Changes Added API key authentication method additional to the basic authentication. Now Piper user can use BDBA user API keys instead of username & password. - [x] Tests -...

stale

Creating new issue as I cannot reopen the issue https://github.com/SAP/jenkins-library/issues/1642

stale

Is the `helmExecute` step already meant to be used? We wanted to use `helmExecute` which was introduced with #3419 and discovered a few open points... * [x] `upgrade` und `uninstall`...

_Context_ In our (K8s) setup, we have dependent resources (service instances) which have to be created one-by-one (we have to ensure that one is in a "ready" state, before we...

stale

Creating this issue to continue discussion on this topic [here]( https://github.com/SAP/jenkins-library/pull/3776/files#r943446422)

discussion

Hello, We try to scan a C++ project with `sonarExecuteScan`. We execute the build wrapper before the scan. But the `sonarExecuteScan` fails with the following exception: ``` [2022-08-11T09:44:25.386Z] info sonarExecuteScan...

Sonar

Hi, i installed Jenkins on Linux VM, configured piper as per the steps provided here https://www.project-piper.io/infrastructure/customjenkins/#shared-library. Also i have created CI/CD pipeline job which consume Cloud Integration piper commands, on...

# Changes Improves the ANS hook config description. - [x] Documentation