user1340582
user1340582

Reputation: 19729

Jenkins sends unnecessary email to all developers for a failed build

I am building our SVN trunk repository every hour. I have configured Jenkins to send emails to those developers who broke the build. For some reason, Jenkins seems to send email to any developer who has ever at any point committed to SVN. I would expect Jenkins to send emails only to those who have broken the build, i.e. those developers who have committed code between a successful build and the failed build. Now it seems that all our developers get sent an email for every failed build.

Any ideas?

Upvotes: 2

Views: 3432

Answers (1)

Shiva Kumar
Shiva Kumar

Reputation: 3161

Have you tried editable email notification, where you can configure for failure, unstable or any other kind of trigger.enter image description here

Upvotes: 1

Related Questions