-
Bug
-
Resolution: Fixed
-
Major
If you have configured your job to send an email notification on build fails and you do a new build, the email will be sent to the address(es) you specified and also to null, i.e "Sending e-mails to: your-mail@gmail.com null". Resulting in a mailer-daemon-mail on every build.
This wasn't the case on 2.0-beta1 version, it appeared in 2.0 version.
It could be an effect of JENKINS-19352 and/or JENKINS-1201.
- is blocking
-
JENKINS-1201 For a maven 2 project, send mail to those defined in the notifiers field in the ciManagement section in the pom
-
- Resolved
-
- is duplicated by
-
JENKINS-20210 .SMTPSendFailedException after Update of Maven Integration plugin Version 2.0
-
- Resolved
-
[JENKINS-20209] Maven plugin sends email notification to null address
Component/s | New: maven2 [ 15487 ] |
Assignee | New: Marcelo Rebasti [ mrebasti ] |
Link |
New:
This issue is duplicated by |
Link |
New:
This issue is blocking |
Labels | Original: maven plugin | New: regression |
Description |
Original:
If you have configured your job to send an email notification on build fails and you do a new build, the email will be sent to the address(es) you specified and also to null, e.i "Sending e-mails to: your-mail@gmail.com null". Resulting in a mailer-daemon-mail on every build. This wasn't the case on 2.0-beta1 version, it appeared in 2.0 version. It could be an effect of |
New:
If you have configured your job to send an email notification on build fails and you do a new build, the email will be sent to the address(es) you specified and also to null, i.e "Sending e-mails to: your-mail@gmail.com null". Resulting in a mailer-daemon-mail on every build. This wasn't the case on 2.0-beta1 version, it appeared in 2.0 version. It could be an effect of |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Code changed in jenkins
User: Marcelo Rebasti
Path:
src/main/java/hudson/maven/reporters/MavenMailer.java
src/test/java/hudson/maven/reporters/MavenMailerTest.java
http://jenkins-ci.org/commit/maven-plugin/be124606838cd996bec4bcc7825204179cdcbb42
Log:
Fix: Maven plugin sends email notification to null address
[FIXED JENKINS-20209]