August 2017
Intermediate to advanced
332 pages
9h 16m
English
The other solution to reuse the pipeline is to extract its parts into a shared library.
A shared library is a Groovy code that is stored as a separate source-controlled project. This code can be later used in many Jenkinsfile scripts as pipeline steps. To make it clear, let's have a look at an example. A shared library technique always requires three steps:
Read now
Unlock full access