|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Hello Alex and Daniel.
Thanks for your answers. I understood that this is not a bug.
Anyway, I have the following issue.
As you know, the file /job/<job_name>/builds/$BUILD_NUMBER/changelog.xml
contains the authors of all the SVN (in my case) commits. I decided to send an email
to all these developers in case of the build is marked as "Success".
So, since the file changelog.xml contains the following rows ( I am reporting only the "author" section):
<author>lello maria</author>
<author>mario bruno</author>
the emails are sent to lello@domain , maria@domain, mario@domain and bruno@domain.
Is there a workaround to resolve my problem ?