Please enable JavaScript.
Coggle requires JavaScript to display documents.
pipeline - Coggle Diagram
pipeline
syntax
- All valid Declarative Pipelines must be enclosed within a pipeline block,
-
Section
- typically contain one or more Directives or Steps.
agent
- top level agent
- stage agent
Parameters:
any
- Execute the Pipeline, or stage, on any available agent. For example: agent any
none
- When applied at the top-level of the pipeline block no global agent will be allocated for the entire Pipeline run and each stage section will need to contain its own agent section. For example: agent none
docker
- Execute the Pipeline, or stage, with the given container which will be dynamically provisioned on a node pre-configured to accept Docker-based Pipelines,
- or on a node matching the optionally defined label parameter. docker also optionally accepts an args parameter which may contain arguments to pass directly to a docker run invocation, and an alwaysPull option, which will force a docker pull even if the image name is already present.
-
-
-
-
-
-
-
-