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

@mc1arke: it's not true that this has nothing to do with the cvs-plugin:
at hudson.scm.MailAddressResolverImpl.findMailAddressFor(MailAddressResolverImpl.java:21)
This is in fact the mail address resolver of the cvs-plugin (see https://github.com/jenkinsci/cvs-mail-address-resolver-plugin/blob/master/src/main/java/hudson/scm/MailAddressResolverImpl.java). This is also in sync with the reports that disabling the csv-plugin works around this issue.
You're right that this has been moved to a new plugin in the mean time, but at the time of reporting this was an issue with the git-plugin AND the cvs-plugin.