I Changed the handling of cancel since the last release - so that it actually kills the downstream projects as well (including those in the queue). Given that there is a good chance that this is fixed - if you feel brave and want to try a snapshot.
/James From: [email protected] [mailto:[email protected]] On Behalf Of Marc MacIntyre Sent: 03 April 2014 23:21 To: [email protected] Subject: buildflow hang when cancelling queued builds I've noticed with the buildflow plugin, when I run parallel jobs and cancel one of the runs of a job while it is still in the queue, the build flow never completes. To illustrate - assume that job1 won't run concurrently: parallel( {build(job1)}, {build(job1)}, ) if the 2nd run of job1 is aborted while still in the queue, the build flow will never complete - it will schedule both jobs, and finish the first one, but never realize the 2nd one has been cancelled. Anyone seen this? Am I missing something? On a related note; anyone have a good way to time out a build flow job? -- Marc MacIntyre -- 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 [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
