We currently have a Jenkins wizard on Windows, ubuntu slave, and Windows slave. I am trying to configure git on a slave windows. msysgit is installed and I have included the directory in the system path variable so that I can call "git.exe" or "git.cmd" anywhere.
In my Jenkins configuration, I have credentials using the SSH private key. These powers are for Jenkins to use with Git. This works on the master node and slave Linux. I did not put the ssh private key on either of these two servers; Jenkins processed it for me.
But Windows slave is not so much. When I run a job on a Windows slave, all I get is that ERROR: Error cloning remote repo 'origin'.
How can I get credentials running on a slave Windows? Or, if you don’t think the problem is, what are the next troubleshooting steps?
source
share