polm23
polm23

Reputation: 15593

Jenkins Global Email Notification Setting

I have a Jenkins configuration with ~100 jobs. Whenever any of those jobs fails I want an email notification to be sent to a particular email address. How can I do this without adding a post-build action for every individual job?

Upvotes: 0

Views: 203

Answers (1)

k0chan
k0chan

Reputation: 721

There is something like Configuration Slicing Plugin https://wiki.jenkins.io/display/JENKINS/Configuration+Slicing+Plugin. It enables global configuration different aspects

Upvotes: 2

Related Questions