https://github.com/adamrehn/jenkins-pipeline-utils
Helper code for use in Jenkins Declarative Pipelines
https://github.com/adamrehn/jenkins-pipeline-utils
Last synced: 7 months ago
JSON representation
Helper code for use in Jenkins Declarative Pipelines
- Host: GitHub
- URL: https://github.com/adamrehn/jenkins-pipeline-utils
- Owner: adamrehn
- License: mit
- Created: 2018-05-03T11:31:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T03:00:17.000Z (over 7 years ago)
- Last Synced: 2025-01-08T12:50:53.383Z (9 months ago)
- Language: Groovy
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Pipeline Utils
This repository contains small snippets of code for use in [Jenkins Declarative Pipelines](https://jenkins.io/doc/book/pipeline/).
To dynamically load this library in a Pipeline without the need to preconfigure it in Jenkins, use the following code:
```groovy
library identifier: 'jenkins-pipeline-utils@master', retriever: modernSCM([$class: 'GitSCMSource', remote: 'https://github.com/adamrehn/jenkins-pipeline-utils.git'])
```