I have a validation build configured for Pull Requests. When a build is ongoing due to a PR #1 and another developer creates PR #2, the build from PR #1 is cancelled mid build. This is driving my devs nuts. Do you know of a way to stop this (allow the build from PR #1 to complete before starting PR #2's build.) Many thanks!
Kumar Ashwin Hubert
Andrew Lindeman I am not sure of why that is happening. Ideally multiple PR validations can be triggered in parallel, provided the build agent has parallel jobs configured.
Can you please confirm my understanding about your problem :
feature-branch-1tomaster.feature-branch-2tomaster.