简体   繁体   中英

Azure DevOps Pipelines: deploy same artifacts in UAT to Production with a manual trigger

My requirement is to promote the same artifacts from UAT to Production.

My release to UAT is manual, whereas my release to Production is triggered when UAT completes.

The release to UAT and Production have approvers. My issue is that, after release to UAT completes, the approver automatically gets an email to approve release to Production. This confuses the approver, because testing in UAT takes a few days and I don't want to send them an email for Production immediately.

So my question is - is there is a way to promote the very same artifacts in UAT to Production with a manual trigger for Production?

I solved this issue by adding a post-deployment approval to the UAT environment, as a signal that UAT tests passed properly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM