1

I have Jenkins configured and I'm using Email-ext plugin for email notifications. I'm sending Email messages every time I have my build broken.

So the question is: Is there any chance to change default email subject - Build failed in Jenkins: TestName #BuildNumber ?

I've performed the next steps:

enter image description here

And here is the result:

enter image description here

enter image description here

So is there actually any way to change it? Or add something to it?

Alexey Pelekh
  • 1,143
  • 13
  • 20
  • Forgive me for asking the obvious, but have you tried changing the Default Subject (right there where you have listed "I DON'T WANT TO SEE THIS..."? – tkosinski Sep 20 '16 at 14:01
  • @tkosinski I actually did it on the screenshot. I set subject to "I DONT WANT TO SEE THIS ...". But I got the message with the default one, like on the second and third screenshots. – Alexey Pelekh Sep 20 '16 at 14:19

1 Answers1

4

You have to go in the advanced section and to trigger this kind of trigger:

enter image description here

enter image description here

enter image description here

Please confirm it solved your issue :)

Bruno Lavit
  • 10,184
  • 2
  • 32
  • 38
  • At least this is not working for me i ve set different subjects for each trigguer but the email is being receiven in the same email thread without the new subject – Boikot Jul 11 '18 at 10:34