Re: workflow scm step

2015-02-18 Thread Clifford Sanders
Hi James, try: checkout changelog: true, poll: false, scm: [$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, , extensions: [[$class: 'hudson.plugins.git.extensions.impl.RelativeTargetDirectory', relativeTargetDir: 'myfunkydirectory']], submoduleCfg

workflow scm step

2014-08-15 Thread James Nord (jnord)
Hi all, I'm trying to get the new workflow to checkout from git with some additional behaviours (clone to specific dir) Because of this the "git" step won't work - so I need to fall back to scm $class: 'hudson.plugins.git.GitSCM' But the additional behaviours aren't defined in the top of th