-
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
-
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]