Muds
Muds

Reputation: 4116

How do I have 2 gated builds, both stop checkin if either of them fail

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

Answers (1)

No this is not possible.

Recommendation is that you only have one gated build for a branch.

Upvotes: 1

Related Questions