0

In IBM Urbancode deploy, I configured an environment with approval process. When deploy application on environment, an email is generated to the approval team. One user can login to urbancode deploy and approve the deployment.

I want to configure the environment in such a way that atlease 3 member of approval team should approve the deployment, then only deployment should start. It should not deploy application only with one user approval. Please help.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Vikas Jindal
  • 249
  • 3
  • 12
  • Are you not connected to SC? Merges can be vote approved with at least one jenkims plugin, as well as probably many other ways, not least via terminal – Gideon Aug 29 '17 at 08:59

1 Answers1

2

It only takes one approver to advance an approval. There's no way to set it so a certain number of people on the notification list must approve.

If you want multiple approvals, you can add multiple steps to the approval process. You could have a separate approval for the application and environment, or you could have multiple approval steps for the environment, and then inform everyone that each person can approve only one of the steps. You could also set up different approval teams and have 1 approval required from each team.

Approval process with three environment approval steps

Tim McMackin
  • 199
  • 1
  • 8