-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: build-flow-plugin
-
Labels:None
-
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)
-
Similar Issues:
Setting up a Build Flow project with the following configuration (tried maybe different combinations of white space/newlines
parallel (
,
{ 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.
I have arrows from a circle to executed jobs (Jenkins 1.472, build-flow 0.4), so it is looks like a bug of your configuration or limitation of current plugin (see #13520 part 2).