Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: build-flow
Created: 05/Apr/13 5:44 PM
Description:

I was trying the following simple DSL and found that the layout was suboptimal:

parallel(
 { build("step1"); },
 { build("step2"); });

[3,4].each { n -> build("step${n}") }

There were two issues specifically:

  • There should be edges from step1 and step2 to step3, but there was only one edge step1 to step3, and no step2 to step3 edge.
  • Step3 was laid out left of the step1 and step2, whereas I expected the direction of the graph to be preserved.
Project: Jenkins
Priority: Major Major
Reporter: Kohsuke Kawaguchi
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" 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/groups/opt_out.
 
 

Reply via email to