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