An open API service indexing awesome lists of open source software.

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

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'])
```