-
Bug
-
Resolution: Fixed
-
Major
-
None
-
hudson 1.366, git plugin 1.0.1
When using a repository containing submodules, if the project is set to clean after the checkout, the git clean -fdx command is issued. However, the clean command will not iterate through submodules, resulting in the submodules still containing private content (debris from past builds.) Would it be possible to get the clean code changed to iterate through the submodules and perform a git clean -fdx within each as well?
- is duplicated by
-
JENKINS-7445 Git doesn't clean and update submodules correctly
- Closed
- 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
-
JENKINS-45705 Git clean before or after checkout should call git clean -ffdx (2 "f"s)
- Closed