Change By: Mark Waite (10/Apr/14 4:04 AM)
Description: [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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to