Yep, I use the Multi-Project Throttle Categories from this plugin:
http://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin
...to solve this exact problem.
cheers,
Chris
On 08/02/2013 13:50, Foxgang wrote:
Maybe I'm not fully understanding your problem, but you could also
Maybe I'm not fully understanding your problem, but you could also take a
look at the Resource Exclusion Plugin. (
https://wiki.jenkins-ci.org/display/JENKINS/Exclusion-Plugin)
It lets you define some string semaphores that prevent jobs
from interfering with each other's artifacts and resources.
There are several ways to run jobs in parallel. I'm currently using a
matrix job for this.
On Thursday, February 7, 2013 7:38:49 AM UTC-5, alvin Antony wrote:
>
> Hi Jenkins users,
>
> I am new to this user group and new on administrating the jenkins. I have
> requirement to enable the parall
Hi Jenkins users,
I am new to this user group and new on administrating the jenkins. I have
requirement to enable the parallel execution of some maven module bulilds
but some of them are not parallelizable.
The reason is we have a test dependency in the database. i.e. if we run
multiple mo