You are here:
Build Your Own Pipeline
Quickly build your own pipeline by modifying the existing template pipeline.
- From the Stage dropdown, move stages left or right, or remove a stage.
- Change the stage name.
- Starting with the last stage before your release stage, enter the Stage
Name.
Stage names can’t contain backslashes or double quotes.
- Click Connect Environment to log into the environment associated with this stage.
- Next, click Specify Branch to indicate the branch associated with
this stage.
You can create a branch for this stage, or select an existing one. If you’re using the same source control repository as another DevOps Center project, branches must be unique for each pipeline stage, except for the release branch (often called main). Select an existing branch only if it isn’t being used in another DevOps Center project. DevOps Center can’t track changes across projects so unique branches ensure that conflicts don’t get introduced and changes don’t get overwritten.
The Branch Settings dialog can display a maximum of 100 branches. If you don’t see the branch you want to select in the dropdown, delete any obsolete branches in the source control repository and try again.
When you promote changes to this stage, the changes are merged to this branch, and DevOps Center knows exactly what to deploy to the associated pipeline environment.
- Repeat for the rest of the stages.
- Indicate which stage is the bundling stage, the stage where changes are grouped, versioned,
and promoted together in downstream stages.
See To Bundle or Not to Bundle, That’s a Great Question for why we recommended a bundling stage.
- Activate the Pipeline.

