-
Bug
-
Resolution: Cannot Reproduce
-
Minor
I am running Jenkins on a Linux machine with a Windows slave. On the Windows machine have git installed in its default place (C:\Program Files\Git). I included the git bin directory (C:\Program Files\Git\bin) in the Windows machine's path, hence putting git.exe on the path, and the slave still failed to find the git command.
When I moved the git install to C:\Git, and updated my path, it started to work.
I can confirm this on Win2008 R2 SP1.
Git is installed in "C:\Program Files (x86)\Git\cmd"
The path is verified as correct by runing a freestyle build
and a failed job on the same slave where hudson is checking out from git