Branch: refs/heads/master Home: https://github.com/jenkinsci/workflow-plugin Commit: 99ca243654430737de5f3be6367c9b24ccfdf5bb https://github.com/jenkinsci/workflow-plugin/commit/99ca243654430737de5f3be6367c9b24ccfdf5bb Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-08-05 (Wed, 05 Aug 2015)
Changed paths: M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java Log Message: ----------- WorkflowRun.execution must be set before the execution starts. Otherwise Owner.get can throw an error claiming that the build has not started yet. We do need to null out the field if starting fails, but we can do that subsequently. Amends the fix of JENKINS-29221 in #149, which introduced this race condition. Commit: 7fcb3847960818690fb93227f2b936532b623155 https://github.com/jenkinsci/workflow-plugin/commit/7fcb3847960818690fb93227f2b936532b623155 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-08-05 (Wed, 05 Aug 2015) Changed paths: M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java Log Message: ----------- Factoring the storage initialization out of onLoad. Also making the nondeprecated CpsFlowExecution constructor available to subclasses. Commit: 3d4e12c54d69ca61b2ecc11b69a69f79acf9c734 https://github.com/jenkinsci/workflow-plugin/commit/3d4e12c54d69ca61b2ecc11b69a69f79acf9c734 Author: Jesse Glick <jgl...@cloudbees.com> Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java M job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowRun.java Log Message: ----------- Merge pull request #170 from jglick/checkpoints Minor changes to support checkpoints Compare: https://github.com/jenkinsci/workflow-plugin/compare/a03cb19d81ed...3d4e12c54d69 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.