Re: buildflow hang when cancelling queued builds

2014-04-07 Thread teilo
...@googlegroups.com] *On Behalf Of *Marc MacIntyre *Sent:* 03 April 2014 23:21 *To:* jenkins...@googlegroups.com *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

Re: buildflow hang when cancelling queued builds

2014-04-07 Thread Schalk Cronjé
[mailto:jenkins...@googlegroups.com] *On Behalf Of *Marc MacIntyre *Sent:* 03 April 2014 23:21 *To:* jenkins...@googlegroups.com *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

Re: buildflow hang when cancelling queued builds

2014-04-07 Thread teilo
to try a snapshot. /James *From:* jenkins...@googlegroups.com [mailto:jenkins...@googlegroups.com] *On Behalf Of *Marc MacIntyre *Sent:* 03 April 2014 23:21 *To:* jenkins...@googlegroups.com *Subject:* buildflow hang when cancelling queued builds I've noticed

RE: buildflow hang when cancelling queued builds

2014-04-04 Thread James Nord (jnord)
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Marc MacIntyre Sent: 03 April 2014 23:21 To: jenkinsci-users@googlegroups.com 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

Re: buildflow hang when cancelling queued builds

2014-04-04 Thread Marc MacIntyre
@googlegroups.com] *On Behalf Of *Marc MacIntyre *Sent:* 03 April 2014 23:21 *To:* jenkinsci-users@googlegroups.com *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

Re: buildflow hang when cancelling queued builds

2014-04-04 Thread teilo
...@googlegroups.com javascript: *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

buildflow hang when cancelling queued builds

2014-04-03 Thread Marc MacIntyre
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