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

Another update regarding my previous post.
When I inspect the hung git.exe process, using procexp, I can view the "Environment".
I can see that the "HOME" directory is set to "/var/lib/jenkins" rather than the usual "C:\users\git".
So it appears that Jenkins master is passing through the HOME environment variable as it's own (which it is in deed /var/lib/jenkins on my linux master)
which is blowing away the usual HOME environment variable on my windows slave.