I am working on a Pipeline compatible plugin with a build step.  I 
implemented an *AbstractStepImpl* for the step definition and an associated 
AbstractSynchronousNonBlockingStepExecution*.*
The problem I am running into is that I cannot get a reference to the Step 
in the Execution.  I have a private transient field annotated with @Inject 
just like other similar plugins.
However, the step field is null when the Execution is run.

Here is a gist with the two relevant classes: 
 https://gist.github.com/oillio/125ccbc6b976b4368605c0feadc48557

Anyone have a suggestion on what I am doing wrong?

Or even a way I can debug the problem further?
As the problem is in the magic of DI, I have hit a brick wall on where to 
go from here.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/bbc7aef3-3e40-4934-ab16-69f9640e2406%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to