Luke Murray created JENKINS-14027:
-------------------------------------
Summary: Can't run build flow configuration with parralell jobs
Key: JENKINS-14027
URL: https://issues.jenkins-ci.org/browse/JENKINS-14027
Project: Jenkins
Issue Type: Bug
Components: build-flow
Environment: java.runtime.version 1.6.0_26-b03
os.name Windows 7
os.arch x86
Jenkins 1.467 (but tried version before that as well)
Reporter: Luke Murray
Assignee: Nicolas De Loof
Setting up a Build Flow project with the following configuration (tried maybe
different combinations of white space/newlines
parallel (
{
build("Master Wayfinder .NET")
},
{
build("Master Wayfinder Flex")
}
)
build("Master - Wayfinder Archive")
When the build starts I get this in the console...
parallel {
}
Trigger job Master - Wayfinder Archive
So it triggers the last build but doesn't trigger the builds before it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira