Branch: refs/heads/StepExecutionIterator-JENKINS-26163
Home: https://github.com/jenkinsci/workflow-plugin
Commit: a9321f899890f4c55e33dbd09ba498bacc3e47d5
https://github.com/jenkinsci/workflow-plugin/commit/a9321f899890f4c55e33dbd09ba498bacc3e47d5
Author: Jesse Glick <[email protected]>
Date: 2015-07-29 (Wed, 29 Jul 2015)
Changed paths:
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/PushdStep.java
M
basic-steps/src/main/java/org/jenkinsci/plugins/workflow/steps/RetryStepExecution.java
M
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStepExecution.java
M
step-api/src/main/java/org/jenkinsci/plugins/workflow/steps/AbstractStepExecutionImpl.java
Log Message:
-----------
Finally figured out why sometimes plain @Inject worked but sometimes
@Inject(optional=true) was needed.
AbstractStepExecutionImpl.onResume was not getting called for block-scoped
steps in most cases,
so it was not trying to reinject members and bogus optional=false Step
injections were never tried.
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.