|
||||||||
|
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/groups/opt_out.

Looking at the thread dump, I have a possible clue:
at hudson.scm.MailAddressResolverImpl.findMailAddressFor(MailAddressResolverImpl.java:21)
at hudson.tasks.MailAddressResolver.resolve(MailAddressResolver.java:101)
at
hudson.tasks.Mailer$UserProperty.getAddress(Mailer.java:532)
I have seen a similar trace when investigating hung builds, which I eventually traced to having the "Email committers" field selected on the post-build 'Editable email notification' task. We do not use SVN, and this appears to be trying to grab email addresses from SVN, or something. I also have not found a way to disable the behavior anywhere.