Solutions Delivery Platform

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.

pipeline configuration
libraries{
  // a list of library names goes here
}
Topic Description

Library Sources

Learn how to configure JTE to know where to find pipeline libraries

Library Structure

Learn how files are organized within a library

Create a Step

Learn how to create steps in JTE

Create a Class

Learn how to create classes in JTE

Lifecycle Hooks

Learn how to create library steps that are automatically invoked in response to pipeline events

Parameterizing Libraries

Learn how to make pipeline libraries configurable from the pipeline configuration

Accessing Library Resources

Learn how to use static assets within library steps