On Fri, May 15, 2015 at 1:19 PM, Sven Erik Knop <[email protected]> wrote: > No such DSL method git found among [archive, bat, build, catchError, dir, > echo, error, fileExists, input, load, mail, node, parallel, pwd, readFile, > retry, sh, sleep, stage, step, timeout, tool, unarchive, waitUntil, withEnv, > writeFile, ws]
Sounds like workflow-scm-step is not actually installed. Check that you are using latest versions of all plugins. > When I am trying to develop a new SCMStepDescriptor, I cloned > jenkins/workflow-plugin Huh?? You just need to create a fresh Jenkins plugin from archetype, then add a dependency on workflow-scm-step. Create an SCMStep subclass with an SCMStepDescriptor, then mvn clean hpi:run -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr342TB_0czwHC9%2BqY05Y90Lak16Myfz4CkoKfgY%2BVnbSQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
