jrmonk
unread,May 10, 2011, 11:21:16 AM5/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hi,
Most of my Jenkins projects are configured to allow concurrent builds
if necessary. While the arrangement works quite well it has one
peculiar issue. Lets say build number #34 in progress and now build
#35 is started on another node. Even if the underlying execution is
complete for build #34, Jenkins project execution does not exit. It
actually waits for #35 to complete and then both builds exit at the
same time. I would like Jenkins build #34 to exit as soon as its
underlying execution is complete without waiting for #35 to complete
so that #36 can be started immediately, if its already queued.
Has anyone observed the same behavior and know of any fix to this
issue?
Thanks and Regards,
Kamlesh