Re: Could not write config file

2017-06-19 Thread Ivan Prokhorov
Try to check the following: - try to monitor the folder - who uses the folder (sysinternals may contain something useful) - disable antivirus or similar software (if possible) - print content of the folder before git checkout (is it pipeline job or freestyle?) - check network connectivity (i.e. p

Re: Could not write config file

2017-06-19 Thread xJom
>From the link: Description Sometimes, the git init-command fails because of the .git/config-file is non-writeable. Logging into the slave, there seems to be nothing wrong with the permissions on the file. When it is good, it just inits the repo. 12:33:36 Started by GitLab push by the_persion 12

Re: Could not write config file

2017-06-19 Thread Ivan Prokhorov
Please share your job logs On Monday, June 19, 2017 at 10:30:51 AM UTC+3, xJom wrote: > > Hi! > > Using Jenkins 2.46.1 LTS on an Ubuntu server, and a virtual Windows slave, > we sometime get an error when initializing the git repo (from GitLab on the > same Ubuntu server). > > Originally, we th

Could not write config file

2017-06-19 Thread xJom
Hi! Using Jenkins 2.46.1 LTS on an Ubuntu server, and a virtual Windows slave, we sometime get an error when initializing the git repo (from GitLab on the same Ubuntu server). Originally, we thought it was an issue with the Git-plugin: https://issues.jenkins-ci.org/browse/JENKINS-41169 We hav