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

I've created a pull request which should fix this.
Additionally, you might run in to error messages like this:
'c:\Program' is not recognized as an internal or external command,
operable program or batch file.
git-client creates temporary .bat files to pass credentials to ssh.exe, but msysgit doesn't like it if those .bat files are in a path with spaces.
See msysgit issue 203.
A workaround is to set the jenkins temp folder to a path without spaces. Add something like -Djava.io.tmpdir=C:\temp to your jenkins startup parameters.