I'd bet you could build something with: http://javadoc.jenkins-ci.org/hudson/model/BuildStepListener.html
However, their intent is purely observation, so YMMV. Not sure if there are any more suitable hooks that are intended for mutation. I think there is definitely a use case for global *notifiers*, e.g. email-ext / IRC for all jobs, less sure about recorders or mutations since they seem like they would more often need context... (shrug), hope that helps. -M On Thu, Aug 28, 2014 at 8:04 AM, scarytom <[email protected]> wrote: > Is it possible to write a Jenkins plugin that enhances the "Configure > System" screen to allow the user to define a global post-build step that > runs after every single build and performs a simple check that could mark > the build as a failure? I want to write something that allows me to check > that no build has left certain services running. > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- Matthew Moore DI/Docker (aka Convoy) Developer Infrastructure @ Google -- 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]. For more options, visit https://groups.google.com/d/optout.
