|
||||||||
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.
Paydirt.
So I added a custom "git" batch script in my C:\Git\Cmd directory as C:\git\cmd\git.cmd"
I then set my WINDOWS slave node to use this as my git command instead of C:\git\cmd\git.exe"
And my git polling no longer hangs.
This is because I'm setting the Home directory manually. This isn't the fix for this problem, but it's a very simple work around.
Update - Unfortunately this is not a work around, it only proves the problem exists. Normal git operations suffer due to this, I'm not a batch script pro so I must be doing something wrong. Like I said this shouldn't be used as a solution, but simply as a reproduction of the problem (You can see that it fails git poll without, and succeeds with)