https://github.com/voronenko/jenkins-pipeline-shared
https://github.com/voronenko/jenkins-pipeline-shared
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/voronenko/jenkins-pipeline-shared
- Owner: Voronenko
- Created: 2018-05-13T20:42:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-13T21:54:12.000Z (about 8 years ago)
- Last Synced: 2025-04-15T01:15:34.283Z (about 1 year ago)
- Language: Groovy
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)