Re: [workflow-plugin] clean after checkout in GenericSCM step

2015-02-26 Thread Jesse Glick
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

Re: [workflow-plugin] clean after checkout in GenericSCM step

2015-02-19 Thread Clifford Sanders
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

Re: [workflow-plugin] clean after checkout in GenericSCM step

2015-02-18 Thread Scott Armit
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

[workflow-plugin] clean after checkout in GenericSCM step

2015-02-03 Thread Timur Batyrshin
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