https://github.com/jenkinsci/pipeline-groovy-lib-plugin
https://github.com/jenkinsci/pipeline-groovy-lib-plugin
library pipeline
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/pipeline-groovy-lib-plugin
- Owner: jenkinsci
- License: mit
- Created: 2022-05-23T19:18:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T19:23:59.000Z (10 months ago)
- Last Synced: 2025-09-22T21:05:07.992Z (10 months ago)
- Topics: library, pipeline
- Language: Java
- Homepage: https://plugins.jenkins.io/pipeline-groovy-lib/
- Size: 801 KB
- Stars: 18
- Watchers: 3
- Forks: 30
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Pipeline Groovy Libraries
When you have multiple Pipeline jobs, you often want to share some parts of the Pipeline scripts between them to keep Pipeline scripts [DRY](http://en.wikipedia.org/wiki/Don't_repeat_yourself).
A very common use case is that you have many projects that are built in the similar way.
This plugin adds that functionality by allowing you to create “library script” SCM repositories.
You may define libraries hosted by any SCM in a location of your choice.
Comprehensive user documentation can be found [in the Pipeline chapter of the User Handbook](https://jenkins.io/doc/book/pipeline/shared-libraries/).