Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/pipeline-examples
A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin
https://github.com/jenkinsci/pipeline-examples
Last synced: 28 days ago
JSON representation
A collection of examples, tips and tricks and snippets of scripting for the Jenkins Pipeline plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/pipeline-examples
- Owner: jenkinsci
- License: mit
- Created: 2015-11-24T16:01:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T09:25:29.000Z (about 1 year ago)
- Last Synced: 2024-10-01T13:24:29.011Z (about 1 month ago)
- Language: Groovy
- Homepage: https://jenkins.io/doc/pipeline/examples/
- Size: 124 KB
- Stars: 4,202
- Watchers: 339
- Forks: 3,476
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - pipeline-examples
README
# Introduction
This repository is a home for snippets, tips and tricks and examples of scripting for the [Jenkins Pipeline plugin](https://github.com/jenkinsci/workflow-plugin/blob/master/README.md).
# Layout
The repository is broken up into four directories currently:
* *pipeline-examples* - for general Pipeline examples.
* *global-library-examples* - for examples of how to write and use the global library on a Jenkins master.
* *jenkinsfile-examples* - for examples of using `Jenkinsfile`s checked into repositories.
* *docs* - for documentation, guides and other non-code content.Please put your script into its own directory under the appropriate directory above, with a README.md file included explaining what your script does or shows. Make sure your script is commented so that others can understand how it works, why it works, etc.
# License
All contributions are under the MIT license, like Jenkins itself.
# Pull requests
We want them!
# External resources
* [Pipeline scripts collection of the Docker team](https://github.com/docker/jenkins-pipeline-scripts)
* [Pipeline scripts collection of the Fabric8 team](https://github.com/fabric8io/jenkins-pipeline-library)
* [Pipeline scripts collection of the Funkwerk](https://github.com/funkwerk/jenkins-workflow)