Timur Batyrshin edited a comment on Improvement JENKINS-26426

I've created a small workflow specially to identifying this bug.
The workflow code:

node {
  parallel flow1: {
    sh "sleep 30"
  }, flow2: {
    sh "sleep 60"
  }, flow3: {
    sh "sleep 90"
  }, flow4: {
    sh "sleep 120"
  }, flow5: {
    sh "sleep 150"
  }
}

Please find the screenshots and the archive of the job dir attached. I've removed the program.dat files from that dir as I wouldn't share it in public place, if you need these too please let me know and I'll drop them to you be e-mail.

When running this flow at first all of the parallel branches have appeared but later when the "sleep" command finished working they've disappeared one by one (not sure why the first branch still didn't disappear here). After the job was finished all of them instantly reappeared again.

I'm running Jenkins 1.595 and workflow plugin v1.1.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to