jenkinsci / jenkinsci/subversion-plugin
[JENKINS-9647] Try cleanup before emptying locked ws
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
The default behaviour of Jenkins is to empty a workspace and start all over, when the workingcopy is locked. In most cases an svn cleanup could solve the lock.
I'm working on a project where we have a 5.4 GB working copy, and our repo is litterally on the other side of the world. In such a case you don't want to do a new checkout (taking at least 2 hours), when "svn cleanup" would have been sufficient.
---
Originally reported by excel20, imported from: Try cleanup before emptying locked ws
Raw content of original issue
The default behaviour of Jenkins is to empty a workspace and start all over, when the workingcopy is locked. In most cases an svn cleanup could solve the lock.
I'm working on a project where we have a 5.4 GB working copy, and our repo is litterally on the other side of the world. In such a case you don't want to do a new checkout (taking at least 2 hours), when "svn cleanup" would have been sufficient.
Contributor guide
Assessment
This issue has not been assessed yet.