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

https://github.com/voronenko/jenkins-pipeline-shared


https://github.com/voronenko/jenkins-pipeline-shared

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Jenkins Global Library draft

- [Jenkins Pipeline plugin suite](https://jenkins.io/pipeline/getting-started-pipelines/)
- [Jenkins Pipeline Global Library](https://github.com/jenkinsci/workflow-cps-global-lib-plugin)

Pipeline v2
-----------

The goal of the `v2` pipeline is to have a more object oriented approach for the implementation of the pipeline.

### More Information

- [Pipelines as Classes](http://stackoverflow.com/questions/39942442/how-to-extract-sections-of-jenkins-pipeline-script-into-classes)