Adding a Pipeline Step
Overview
A pipeline comprises multiple steps, each outlining an operation and its configuration. Each step also specifies the next step based on the result of the current operation. This guide provides detailed instructions for creating a step with the Validate operation example, as the procedure is similar across operations. It excludes specifics about configuring each operation. For details on specific operations, consult the associated article for the operation you are incorporating into your step.
Add a Step
Configure Operation
Each operation includes specific fields and options. For detailed configuration guidelines for the operation you're adding, please refer to the relevant article linked below.
Set Next Step Behavior
The Next Step section lets you control which step comes next based on whether the current step passes or fails.
Step Removal Warning
If a step has no paths to it, it will be automatically removed from the pipeline. This can occur, for example, if you insert a Validate step before a Deploy step and set both On pass and On fail to Stop. In this scenario, there is no longer a path to reach the Deploy step, and the pipeline automatically removes orphaned steps. See the diagram below to help visualize the issue.

Click the On pass dropdown menu.
Select the step to proceed to if the current step passes.

Click the On fail dropdown menu.
Select the step to proceed to if the current step fails.

Do not set both On pass and On fail to Stop unless it is the final step in the pipeline.
Last updated
Was this helpful?





