-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloning repository call git.exe #42
Comments
Your git setup in Jenkins appears to be messed up. It looks like it is trying to use a windows install of Git on linux. |
Oh yes you are right, strange that only happens now :O |
in the same issue like @Liryna , how do you fix it? |
What is the solution to this issue?? |
Sorry that was a while ago I cannot remember. |
@saipavan9 You need to change the settings for git in the Jenkins Global Tool Configuration. Assuming you have jenkins installed on windows, add another configuration for git without .exe and then choose it in your Job that uses docker. |
Hi,
My Master is a Windows and slave who host the containers is on debian.
I have try evarga/jenkins-slave container and my own. Each times I have this error:
(I have install git on both and commit)
Otherwise I have no problem if I select directly the slave debian.
Does someones have a idea about it ?
I use version 0.6.2.
The text was updated successfully, but these errors were encountered: