Getting Started
Pipeline templates allow you to define a common workflow across teams. These workflows rely on libraries to provide functionality to the steps being invoked from the template.
Configure Library Sources to expose libraries to pipeline jobs using the Jenkins Templating Engine.
The libraries
block lists each library to be loaded and the library’s configuration.
libraries{
// a list of library names goes here
}
Topic | Description |
---|---|
Learn how to configure JTE to know where to find pipeline libraries |
|
Learn how files are organized within a library |
|
Learn how to create steps in JTE |
|
Learn how to create library steps that are automatically invoked in response to pipeline events |
|
Learn how to make pipeline libraries configurable from the pipeline configuration |
|
Learn how to use static assets within library steps |