currently working on a proof of concept with automation, so i am trying to get Jenkins working with our GIT repo, but after filling in the credentials i am getting a weird error.
Failed to connect to repository : Could not init C:\apache-tomcat-8.0.20\temp\hudson426153378954858779tmp
this happens at the config screen of the project in jenkins at the git selection
ignoring this error gives me this log from trying to get the repo:
Started by user anonymous
Building in workspace C:\Users\<name>\.jenkins\workspace\test-build
Cloning the remote Git repository
Cloning repository https://gitlab.<project name>.git
> C:\Program Files (x86)\Git\libexec\git-core\git.exe init C:\Users\<name>\.jenkins\workspace\test-build # timeout=10
ERROR: Error cloning remote repo 'origin'
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE
- the git repo is private
- Running on Apache tomcat 8.0.20
- Jenkins Version 1.602.war
- Windows 7 pro x64