Mark Waite commented on Bug JENKINS-23694

Since https://github.com/boostorg/boost.git is using submodules, I think you'll need to experiment with various settings, or you may even need to add the Pre-scm build step plugin and insert a pre-SCM build step which performs a

git clean -xffd

When git clean is passed two "f" options and the "d" option, it cleans untracked directories as well as untracked files. Refer to http://git-scm.com/docs/git-clean for more details.

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