On Thursday, February 19, 2015 at 9:03:51 AM UTC-5, Clifford Sanders wrote:
>
> extensions: [[$class: 'hudson.plugins.git.extensions.impl.CleanCheckout']]
>
Actually just $class: 'CleanCheckout' should suffice.
https://issues.jenkins-ci.org/browse/JENKINS-26619
--
You received this message beca
Hi Timur,
I had a similar problem with cloning into another directory. If you look
into the config.xml of a job where the GitSCM is used you see something
like this:
2
https://github.com/XX/XX.git'
*/master
I've been hitting this as well. That doesn't help you solve it, however.
I'm starting to think Workflow Plugin 1.1 is not ready for prime time. I
hit a lot of bogus items.
On Tuesday, February 3, 2015 at 6:32:23 AM UTC-5, Timur Batyrshin wrote:
>
> Hi all,
>
>
> How should I clean the checkout
Hi all,
How should I clean the checkout directory using GenericSCM step of
workflow-plugin?
The snippet generator generates the line like the following:
checkout scm: [$class: 'GitSCM', branches: [[name: '*/master']],
extensions: [], userRemoteConfigs:
[[credentialsId: '4db1f14a-c479-48af-a3e