Issue Type: Bug Bug
Assignee: Kohsuke Kawaguchi
Components: workflow-plugin
Created: 07/Nov/14 6:15 PM
Description:

Run the following script and abort the build while the sh step is in progress.

node {
  echo 'step 1'
  node {
    echo 'step 2'
    sh 'for i in $(seq 1 100); do echo $i; sleep 1; done'
    echo 'step 3'
  }
  echo 'step 4'
}

Then check the resulting flow graph from build/N/execution/graphViz. It gets the nesting structure all wrong.

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/d/optout.

Reply via email to