This repository is a home for snippets, tips and tricks and examples of scripting for the Jenkins Workflow plugin.
The repository is broken up into three directories currently:
- workflow-examples - for general Workflow 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.
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.
All contributions are under the MIT license, like Jenkins itself.
We want them!