Re: Email notifications only if build fails several times in a row

2014-02-28 Thread niko
Thanks for the suggestions! ScriptTrigger looks promising. I often feel the hardest part of using Jenkins is finding the name of the right plugin! ;) Thanks, Niko On Friday, February 28, 2014 4:34:09 PM UTC+1, slide wrote: > > You could use a ScriptTrigger and implement your own logic for a tri

Re: Email notifications only if build fails several times in a row

2014-02-28 Thread Slide
You could use a ScriptTrigger and implement your own logic for a trigger to send emails. On Fri, Feb 28, 2014 at 8:27 AM, wrote: > Hi there, > > (I'm new to this list and not sure this is the right place for this > question. Apologies if not; if anyone knows a more appropriate list, I'd > appre

Re: Email notifications only if build fails several times in a row

2014-02-28 Thread Mark Waite
We installed and configured Check_MK to provide that type of higher level monitoring. That allowed one of the developers to write a small script that used the Jenkins REST api to count the number of build failures, and raise an alarm on the monitoring console if more than 3 of the last 5 builds fa

Email notifications only if build fails several times in a row

2014-02-28 Thread niko
Hi there, (I'm new to this list and not sure this is the right place for this question. Apologies if not; if anyone knows a more appropriate list, I'd appreciate pointers!) What I'm trying to do: Set up a project with email notifications that only get sent if the build fails several times in a