Ultimately I ended up getting this working by using https://wiki.jenkins-ci.org/display/JENKINS/Global+Post+Script+Plugin with a one line change, which will be in 1.1.0, to allow the hook to run on aborted jobs as well as others. These other plugins were very helpful. I was mostly through writing a new plugin that was triggering in the right place when, in the process of looking for other examples, bumped into the global post script plugin. Thanks for all the responses.
On 12/15/2015 04:36 AM, Robert Sandell wrote: > There is a todo in the Build Failure Analyser plugin to add steps to > take in case a specific failure cause is found. But we never got > around to implementing it. > If you are interested you're welcome to taking a crack at it. > > https://wiki.jenkins-ci.org/display/JENKINS/Build+Failure+Analyzer > > /B > > On Mon, Dec 14, 2015 at 7:17 PM, oliver gondža <[email protected] > <mailto:[email protected]>> wrote: > > https://wiki.jenkins-ci.org/display/JENKINS/Adaptive+disconnector+plugin > is here to prevent some of that putting slave temporarily offline > in case some of the monitors is triggered. Most notably full > workspace, temp dir. > > If you implement your check as Jenkins monitor, it will integrate > nicely. > > -- > oliver > > -- > 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] > <mailto:jenkinsci-dev%[email protected]>. > To view this discussion on the web visit > > https://groups.google.com/d/msgid/jenkinsci-dev/op.x9nbrwrssbfict%40localhost.localdomain. > > > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Robert Sandell > /Software Engineer/ > *CloudBees Inc.* -- 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/567ADD44.3020206%40ql.org. For more options, visit https://groups.google.com/d/optout.
