Hi,
I'd like to extend the parameterized trigger plugin with an option to stop triggered builds when the parent build is stopped (see JENKINS-11257). Being new to plugin development, I have no idea how to do that. Should I use a BuildListener or RunListener to globally listen for builds to be finished, and sort out those what were not triggered by the parameterized trigger plugin, or should I use a BuildWrapper with parent builds that optionally stops triggered builds in a post-build step, or ...
I simply don't know the options. Hints anyone?
Regards,
Sebastian