Reputation: 4116
We have a scenario in which we have 2 builds running one after other following this implementation.
but the problem is say Build1 passes, since it is a gated builds, it checks in the change set irrespective of outcome of Build2.
Can I some how have 2 builds running in series and letting changeset in only when both pass.
Upvotes: 0
Views: 28
Reputation: 23434
No this is not possible.
Recommendation is that you only have one gated build for a branch.
Upvotes: 1