jenkinsci / jenkinsci/git-plugin
[JENKINS-60727] Add capability to clean submodules' submodules
- Dominant language
- Java
- Stars
- 694
- Forks
- 1.1k
- Avg merge
- 1h 29m
- Merged PRs (30d)
- 3
Description
JENKINS-26660 added the capability to set the additional 'f' on clean commands to clean submodules. However, it did not add the capability to set the additional 'f' on submodule clean commands (ie, git submodule foreach --recursive git clean -ffdx).
---
Originally reported by mrginglymus, imported from: Add capability to clean submodules' submodules
Raw content of original issue
JENKINS-26660added the capability to set the additional 'f' on clean commands to clean submodules. However, it did not add the capability to set the additional 'f' on submodule clean commands (ie, git submodule foreach --recursive git clean -ffdx).
Contributor guide
Assessment
This issue has not been assessed yet.