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

# Description Maven handles multi-module builds through the so-called reactor mechanism ([docs](https://maven.apache.org/guides/mini/guide-multiple-modules.html)). Piper already makes use of that mechanism through the `-pl` flag in other steps. `mavenBuild`, for instance, uses...

# Description Refactor step metadata binary. - Moved binary to cmd/step-metadata/ - Embed templates for better readability. - Use structs instead of maps - Better error handling. - go generate...

Hi, we are consuming the SAP/jenkins-library, which consumes helm.sh/helm/v3 v3.17.3. This was found with a vulnerability - CVE-2025-53547 BDSA-2025-6026 (https://nvd.nist.gov/vuln/detail/CVE-2025-53547) Can you please update to v3.18.4. ? Best Regards, Stefan

We have a use case where we use the golangbuild step in piper to build a list of packages. The config looks simply like this: ```yaml golangBuild: packages: - './cmd/bin1'...

When executing the detect11.sh script provided by BlackDuck in CI, the findings correctly differentiate between transient and direct dependencies. In contrast, the detectExecute step provided here labels all transient dependencies...

Hi, I have a case where the version I would like to mange is not a top level element in the YAML file. We could enrich the current functionality of:...

https://github.com/SAP/jenkins-library/pull/5557 Breaks the yaml format, since labels is now recognized, but cannot be a pure string, it has to be key/value pairs, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ This leads to: ``` java.lang.RuntimeException: Failed...

this is to reflect the actual behavior # Description By default virtualFrameBuffer is true, but in documentation it's set to false(https://www.project-piper.io/steps/npmExecuteScripts/#virtualframebuffer) # Checklist - [ ] Tests - [ ]...

Essentially https://github.com/GoogleContainerTools/kaniko is unmaintained since March 2025 and was now archived by google a few months ago. I still see this piece of software to much used and being newly...