My first intuition (but I didn't look at the code at all) would be that two threads generate mails at the same time. Each is created by Jenkins, not the email-ext plugin. So from the plugin point-of-view, there is only one mail. But then these two threads would use the same variable that is used to generate the body of the mail. And then the second thread, when generating its body, would overwrite the body generated by the first thread.

This would fit the symptoms, but of course I may be completely off-track...

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

Reply via email to