-
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
-
[JENKINS-13910] git plugin: 'clean after checkout" does not git clean -fdx on submodules
Link |
New:
This issue is related to |
Description |
Original:
[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: - https://issues.jenkins-ci.org/browse/JENKINS-7445 - https://issues.jenkins-ci.org/browse/JENKINS-7376 |
New:
[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: - - |
Link | New: This issue is related to JENKINS-23694 [ JENKINS-23694 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 144378 ] | New: JNJira + In-Review [ 205884 ] |