-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Linux RHEL5 / Tomcat 5.5
We have a multi-module job. Mail-Notifiers in module POMs are defined as follows:
<ciManagement>
<system>hudson</system>
<url>https://server/hudson/</url>
<notifiers>
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>false</sendOnSuccess>
<sendOnWarning>false</sendOnWarning>
<configuration>
<recipients>a.b@c.de</recipients>
</configuration>
</notifier>
</notifiers>
</ciManagement>
These do not work properly. As far as I understood the system the email-entries in module configurations are modified automatically (see attachements). This seems to work initially. But when notifiers-entries in module-POMs are defined later on they will be ignored. Therefore no email-notifications are sent and our developers cannot fix the problem...
- duplicates
-
JENKINS-1201 For a maven 2 project, send mail to those defined in the notifiers field in the ciManagement section in the pom
-
- Resolved
-
[JENKINS-6421] EMail-Notifiers in multi-module projects are ignored
Attachment | New: notifiers-working.png [ 19381 ] |
Attachment | New: notifiers-not-working.png [ 19382 ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Component/s | New: mailer [ 17522 ] | |
Component/s | Original: mail [ 15493 ] |
Workflow | Original: JNJira [ 136516 ] | New: JNJira + In-Review [ 187216 ] |