Per IRC discussion, i was refereed to: Actions 
<https://wiki.jenkins-ci.org/display/JENKINS/Action+and+its+family+of+subtypes>

"add an action in your build step (thinking about what it means when there 
is already one, same build step twice, and how to handle that), then check 
for an action of that type in the post-build step"

"in perform(…) of the build step: build.addAction(new MyAction()) ; then in 
perform(…) of the publisher: build.getAction(MyAction.class)"

Requires more investigation and an attempt to get working, will update if i 
run into issues. Thanks Daniel :)

-- 
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/02140d3b-d378-4a58-8f1a-89d2b010b4fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to