-
Bug
-
Resolution: Fixed
-
Minor
-
None
When using Git as the SCM, if you set the "Local subdirectory for repo" option, the "Wipe out workspace before build" option no longer works.
My guess is that it is using git clean on the subdirectory, but that ignores the rest of the workspace.
The workaround I'm currently using is to delete the workspace in my build script.
- duplicates
-
JENKINS-19994 Unable to delete windows workspace due to busy git pack file
- Closed