Date: 2024-11-07 17:27:28
Score: 0.5
Natty:
solution for jenkins on linux (and/or docker)
- Connect on jenkins server. if it's a docker named jenkins :
docker exec -it jenkins /bin/bash
- go to jenkins caches repo :
cd $JENKINS_HOME/caches/
- find the git lock file :
find -name "config.lock"
- delete the file found :
rm -rf ./git-b123456789/.git/config.lock
Reasons:
- Low length (0.5):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Slim Aloui