Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: build-flow
Created: 07/Nov/12 2:22 PM
Description:

Running a buildflow that looks like this (all steps are calling the same project with different parameters):

buid("jobname", PARAM: "value")
parallel (
{build("jobname", PARAM: "value2") },
{build("jobname", PARAM: "value3") },
{build("jobname", PARAM: "value4") },
{build("jobname", PARAM: "value5") },
{build("jobname", PARAM: "value6") },
{build("jobname", PARAM: "value7") },
{build("jobname", PARAM: "value8") },
{build("jobname", PARAM: "value9") },

{build("jobname", PARAM: "value10") }

}

Occasionally the buildflow will get stuck after the very first step. The first step succeeds in a few minutes, but the buildflow task never moves on to the parallel steps even if left for days. The build flow task is set to run every 15 minutes and this issue only crops up once every day or two, but when it does it requires manually stopping the task to fix it.

Environment: FreeBSD 9.0, Jenkins 1.485, buildflow plugin 0.5,
Project: Jenkins
Priority: Blocker Blocker
Reporter: Scott Sandler
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to