In Jenkins, there is a feature implemented via the locks and latches plugin where users can define "lock words" in plans so that whenever multiple plans have same lock words, only one of the plan can be run. This prevents parallel build of jobs in situations where we do not want to have build dependencies.
Latches on multiple plans on the otherhand will encourage parallel build of jobs
- is duplicated by
-
BAM-2423 Mechanism to prevent builds that use a shared resource from running concurrently
- Not Being Considered