How to prevent certain Jenkins jobs from running simultaneously?

后端 未结 6 625
旧巷少年郎
旧巷少年郎 2020-12-01 11:41

I have a couple of jobs that use a shared resource (database), which sometimes can cause builds to fail in the (rare) event that the jobs happen to get triggered simultaneou

6条回答
  •  再見小時候
    2020-12-01 12:23

    The Locks and Latches plugin here should help.

    This question is probably a dupe of How do I ensure that only one of a certain category of job runs at once in Hudson?

提交回复
热议问题