|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm reasonably confident this is a configuration error, not a bug in the git plugin. Could you answer the following questions to further explore it:
I assume the output of the first command will include user.name=ms030441 and the output of the second and third commands will include at least one line containing ms030441.
If the output contains no entries for user.name or user.email, then the plugin is using defaults. You can set the defaults for the account on that slave with a build step 'git config user.name="Your Name"', then confirm with the "git config --list" build step that the setting was preserved.