Re: Build flow plugin parallel builds are not parallel

2012-12-06 Thread Mike Finneran
That was it. Nicolas you found my problam -- thanks -- I had neglected to tick the "Execute concurrent builds if necessary" box on the jobs I wanted to have run in parallel. On Wednesday, November 28, 2012 1:48:16 PM UTC-8, Mike Finneran wrote: > > When I execute the following build flow script

Re: Build flow plugin parallel builds are not parallel

2012-12-06 Thread nicolas de loof
Do you have this job configured to allow concurrent execution ? this is not a restriction for the build-flow plugin : this one only schedule jobs, but execution depends on jenkins build queue management and related job configuration 2012/12/7 Glenn McElhoe > I noticed this problem as well. If

Re: Build flow plugin parallel builds are not parallel

2012-12-06 Thread Glenn McElhoe
I noticed this problem as well. If you run parallel build of the same job, it doesn't work. My workaround was to make 12 jobs (Job-Build-1 through Job-Build-12), and it will call them in parallel.

Build flow plugin parallel builds are not parallel

2012-11-28 Thread Mike Finneran
When I execute the following build flow script on a cluster of four identical nodes, only one node is used to execute all twelve instances of "job-Build". If I pull that node, All instances are still build on only one node, just the next node that is still on line. I would have thought that all