Re: Parallel execution of builds

2013-02-08 Thread JonathanRRogers
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 parallel

Re: Parallel execution of builds

2013-02-08 Thread Foxgang
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

Re: Parallel execution of builds

2013-02-08 Thread Chris Withers
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

Parallel execution of builds

2013-02-07 Thread alvin Antony
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