Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 838 Bytes

deferred-approvals.md

File metadata and controls

19 lines (17 loc) · 838 Bytes
title author ms.author ms.date ms.topic ms.service ms.subservice description hide_comments
Deferred approvals
silviuandrica
sandrica
01/15/2023
article
azure-devops
azure-devops-release-notes
Deferred approvals
true

Deferred approvals

In YAML pipelines, you can rerun a successful stage, but it triggers all stages that depend on it to rerun as well. One use case for rerunning a stage is to roll back to a previous version of your system. That is, you can choose an older version of the pipeline and wish to rerun a particular stage, and only that one. Today, you can achieve simulate rerunning a single stage by making use of environments and approvals or the ManualValidation task, but doing so is tedious. We plan to give you the ability to rerun a single stage, without causing following stages to rerun too.