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

This works with:
GIT Client 1.16.1
GIT plugin 2.3.5
Jenkins 1.580.1
What caught me is the syntax of the config. I was only putting in the email, and it turns out I need to be far more explicit.
For instance, my Git commit username is:
"First Last <[email protected]>"
For the Jenkins config field, I added:
"First Last"
"First Last <[email protected]>"
For this to start working.