Hi,

I have a jenkins build flow job, which creates ~200 downstream jobs and 
runs them in parallel.
The downstream jobs are all different builds of the same job, with 
different parameters.
I use the throttle concurrent builds option on the downstream job, to limit 
the number of builds that run in parallel.
The problem is that the queue in jenkins gets large, and makes jenkins very 
slow.

I saw there are two open bugs about this issue:
https://issues.jenkins-ci.org/browse/JENKINS-20046
https://issues.jenkins-ci.org/browse/JENKINS-27650

My temporary solution was to send the jobs from the build flow job in 
small, constant sized groups, using a loop in
which I run the the small group of builds in parallel.

I was wondering if there is a better solution for this problem, like 
plugins that control the amount of triggered
builds.

Any suggestion will be appreciated,
Thanks,
Sharon

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/163ab1b8-e17e-4e58-bf8f-3f2bd9236c16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to