aeschbacher created JENKINS-13910:
-------------------------------------

             Summary: git plugin: 'clean after checkout" does not git clean 
-fdx on submodules
                 Key: JENKINS-13910
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13910
             Project: Jenkins
          Issue Type: Bug
          Components: git
    Affects Versions: current
         Environment: Debian amd64
            Reporter: aeschbacher
            Assignee: Nicolas De Loof
            Priority: Minor


[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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to