# workflow-cps-global-lib-plugin **Repository Path**: devops-useful-tools/workflow-cps-global-lib-plugin ## Basic Information - **Project Name**: workflow-cps-global-lib-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-18 - **Last Updated**: 2022-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pipeline Shared 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 “shared library script” SCM repositories. It can be used in two modes: - A legacy mode in which there is a single Git repository hosted by Jenkins itself, to which you may push changes - A more general mode in which 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/).