Disclaimer: I'm a novice plugin developer. I've made two. And I';m not even sure how proper they are.
I have one that extends Builder. It allows jobs to have a Build Action where the job configuration has picked one of N things to do (e.g. increment a value, decrement a value, etc.). The value is stored as a JobProperty *and* injected into the environment. But I have some cases where I don't need to do one of those things, but I still want the JobProperty to be injected into the environment. These jobs wouldn't have my build action added a s step. Is there another facet of plugins I can leverage that would allow be to always inject my JobProperty as an environment variable? I thought maybe a BuildWrapper, but I wasn't sure if that was the best approach. -- 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/e7f3afcb-7484-44f1-883d-c6d3840e4029%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
