-
Improvement
-
Resolution: Fixed
-
Minor
Same as JENKINS-32540 when using "checkout scm" in a Jenkinsfile with the the workflow-multibranch-plugin, there is no way to create a clean checkout of the repository.
The SVN features of emulate clean repository and/or complete clean of repository is not available.
- relates to
-
JENKINS-32540 Multibranch workflow and 'scm checkout' don't allow Git clean before checkout
-
- Resolved
-
Apparently, there is a workaround for this, by setting the WorkspaceUpdater in the Jenkinsfile: https://claasd.blogspot.com/2019/01/jenkins-how-to-use-svn-checkout.html
However, this doesn't help when using the (deprecated) Multibranch Freestyle Job plugin,