Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyExecution.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsBodyInvoker.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsStepContext.java
http://jenkins-ci.org/commit/workflow-plugin/1e843f10aa189d7f14f218ea642286438fce08d5
Log:
JENKINS-25504 Async step should continue executing until all the bodies are done and the outcome is set.

Previously, as soon as an outcome is set the step was considered done, even when the body was running.
This corrupts the flow graph as multiple CpsThreads collide on trying to update the same FlowHead.

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