Hi, two-part question:
I am trying to add another SCMStepDescriptor but I am getting stuck at trivial problems. Maybe someone can help me out: 1. I cannot even get Git to work in a standard Jenkins installation (1.612) with any visible Git plugin installed. I get the error 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] SVN works just fine. 2. When I am trying to develop a new SCMStepDescriptor, I cloned jenkins/workflow-plugin, created the necessary bits in Eclipse via mvn and added my code, but I get the same problem in that my descriptor is not visible. I am starting my modified Jenkins instance up from the directory workflow-plugin/aggregator Is that the right place to start from? This seems to be the only project that loads all required parts, but again, it does not pick up my new StepDescriptor. Thanks for any help Sven Erik -- 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/989c40a5-789c-4f16-b259-446273757f9b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
