An open API service indexing awesome lists of open source software.

https://github.com/budtmo/jenkins-shared-library


https://github.com/budtmo/jenkins-shared-library

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

Jenkins Shared Library
======================

Usage
-----

1. [on Jenkins setting] "Manage Jenkins" -> "Configure System" -> "Global Pipeline Libraries" -> "Add" -> Add folowing sample input:
- Name: test-library
- Default version: master (for master branch)
- Mark: Allow default version to be overridden
- Mark: Include @Library changes in job recent changes
- Modern SCM and put this GitHub repo url
- Add "Discover branches"
2. [on Jenkins pipeline] Just add ```@test-library``` to start to use it.

Source
------

The whole documentation can be found [here](https://www.jenkins.io/doc/book/pipeline/shared-libraries/)