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.
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.