-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Debian amd64
[Jenkins 1.465 - git plugin 1.1.18]
"Clean after checkout" checkbox does not run "git clean -fdx" on submodules.
As a workaround, we have to run this command first:
git submodule foreach --recursive git clean -fdx
NOTE: apparently, this has been already reported and fixed (see:
- is related to
-
JENKINS-23694 git clean fails with submodules (failed to fetch)
- Open
-
JENKINS-22510 Clean After Checkout Results in Failed to Checkout Revision
- Closed