Approve Workflow
Answered
Is there possibility to make dependency rules (or build chains) to not run deploy build unless several users manually approve deploy.
So workflow looks like:
1. Developers are preparing release branch
2. Some run start deploy.
3. Step 2 depends on 3 parallels builds that need to enter password from approve users. And build are not able to continue unless approved.
4. After all users enter their password deploy build are continues.
Please sign in to leave a comment.
Hello Ivan,
Currently there us no special support in TeamCity for this case. We have the related request in our tracker: https://youtrack.jetbrains.com/issue/TW-26623, please vote for it.
In TeamCity team we use tags to approve that changes are safe for deployment. For more details please see the blog post: https://blog.jetbrains.com/team/2015/10/08/how-teamcity-uses-teamcity/.