Summary
We learned a lot in this lab! Let’s recap some of what we learned:
Pipeline Primitives
Primitive Type | Description | Block Identifier |
---|---|---|
Stage |
Groups steps together into a single invokable method as to avoid duplication in the Pipeline Template |
|
Application Environment |
Encapsulates environment specific context, primarily for use in deployment steps |
|
Keywords |
Externalize the act of setting variables out of Pipeline Templates and into the Pipeline Configuration |
|