|
||||||||
|
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.

Code changed in jenkins
User: Damien Nozay
Path:
src/main/groovy/com/cloudbees/plugins/flow/FlowDSL.groovy
src/main/groovy/com/cloudbees/plugins/flow/JobInvocation.groovy
src/main/java/com/cloudbees/plugins/flow/FlowListener.java
src/main/java/com/cloudbees/plugins/flow/FlowRun.java
http://jenkins-ci.org/commit/build-flow-plugin/1e226fd2a763e0f3989b7a3092aa5ff08f247b4b
Log:
JENKINS-22960wait for build to be finalized (part 1/2)When a build is complete, not everything is written to disk.
This is a problem when you try to consume artifacts
(e.g. `slurpArtifacts()` in https://github.com/dnozay/build-flow-toolbox-plugin)
Wait for build to be finalized instead.