Overview¶
Pipeline Primitives are objects that can be defined from the Pipeline Configuration and accessed from a Pipeline Template.
Pipeline Primitives exist to make Pipeline Templates easier to write, easier to read, and easier to share across teams.
Pipeline Primitive Types¶
Primitive Type | Description |
---|---|
Steps | Define a step of the pipeline, typically to be invoked from the Pipeline Template. |
Stages | Group steps together to keep templates DRY. |
Application Environments | Encapsulate environmental context |
Keywords | Declare variables from the Pipeline Configuration for use in Pipeline Templates and steps |