Modifying stages and tasks in the pipeline
You can modify the stages and the tasks that are performed in each stage of the pipeline. For example, you can skip a stage or add tasks such as Pega unit testing to be done on the QA stage.
Do the following steps:
- If the pipeline is not open, in the navigation pane, click , and then click the name of the pipeline.
- Click Pipeline model.
- To specify that a branch must meet a compliance score
before it can be merged:
- In the Merge criteria pane, click Add task.
- From the Task list, select Check guardrail compliance.
- In the Weighted compliance score field, enter the minimum required compliance score.
- Click Submit.
For more information about compliance scores, see Compliance score logic. - To specify that a branch must be reviewed before it can
be merged:
- In the Merge criteria pane, click Add task.
- From the Task list, select Check review status.
- Click Submit.
For more information about branch reviews, see Branch reviews. - To start a deployment automatically when a branch is
merged, select the Trigger deployment on merge check box.
Do not select this check box if you want to manually start a deployment. For more information, see Manually starting a deployment.
- Clear a check box for a deployment life cycle stage to skip it.
- In the Continuous Deployment section, specify the tasks to be performed during each stage of the pipeline. See the following topics for more information:
- Click Finish.
Previous topic Specifying merge options for branches Next topic Manually starting a deployment