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
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
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.
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