-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins: 1.519
Email-ext plugin: 2.30.2
Browsers: Chromium, Firefox
When saving the recipients in the Post Build Actions > E-mail Notification, the value in the field is not saved.
However it does work if I
1. Fill in the details in both the Post Build Actions > E-mail Notification
2. and enter the same details under Build Settings > E-mail Notification
3. Save job config, the value is then saved
4. I can then go back and configure the job, remove\uncheck Build Settings > E-mail Notification and save, the value is then save in Post Build Actions > E-mail Notification only
But after all that i make a change to the job somewhere else and save the recipients are lost again, and i have to go through the above process again.
To add some more details:
The behavior where the recipients list won't save is on maven 2/3 jobs, in the "Build Settings" section.
Since this is a blocker for us (part of CI is knowing when you've broken the build), I built a copy of the job in question as a free-style job, adding the email notification as a Post-build action. With that configuration, I'm able to save the list of email addresses. When the job is built, the action executed (I see "Sending e-mails to: ..." in the console output). However, no emails get received. I've checked spam filters, etc; can't find any evidence that the emails are sent. I verified there are no errors on the logs.
I don't know if these two problems are related.