RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
The https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin plugin might do what you want. Define a category to represent the pipeline, and limit the category to one job only. From: Renato Rodrigues [mailto:h...@renatorodrigues.me] Sent: 15 May 2014 17:23 To:

Re: Multiple jobs with locks

2014-05-16 Thread Renato Rodrigues
I'm afraid that your solution doesn't work. If A has already started and a new A goes to the queue, the moment A ends and starts to run B, the other A on the queue starts. On Friday, May 16, 2014 8:54:50 AM UTC+1, matthew...@diamond.ac.uk wrote: The

RE: Multiple jobs with locks

2014-05-16 Thread Matthew.Webber
] Sent: 16 May 2014 09:30 To: jenkinsci-users@googlegroups.com Cc: Webber, Matthew (DLSLtd,RAL,LSCI) Subject: Re: Multiple jobs with locks I'm afraid that your solution doesn't work. If A has already started and a new A goes to the queue, the moment A ends and starts to run B, the other