Hudson - Send Status Change emails only

687 views Asked by At

I am running few scheduled jobs periodically every 5 minutes. How to send status change emails only and no duplicate emails. Please advise. When job is moved from

Failure to Success -- Send an email --> "Fixed" trigger working well in this scenario.
Success to Failure - Send an email --> don't see any appropriate trigger. 

I am looking at Editable Notifications plug-in. enter image description here

1

There are 1 answers

2
Jeanne Boyarsky On

In Jenkins, the Email Ext plugin has a trigger called "First Failure" which does exactly what you want.

You appear to be using the old email-ext which doesn't have that option. So you can't restrict emails the way you want using that plugin.