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

As far as I can tell, the default git executable is "git", not git.exe. That works on both Windows and Linux if the PATH setting includes the directory which contains the git executable.
I assume your master node is a Windows machine with a Linux slave, and you set the Git location in the Jenkins global configuration to either be git.exe, or to be c:\Program Files\Git\bin\git.exe. If you'll set it to "git" rather than "git.exe" (or leave it unset), I believe it will work in both environments.