I just had this issue today with Jenkins 2.x. It occurs at the very first time you start a new jenkins install and install plugins. Probably the pipeline is installed/loaded before the git plugin in the installation process and thus you don't have access to it
java.lang.NoSuchMethodError: No such DSL method 'git' found among [archive, bat, build, catchError, checkout, deleteDir, dir, echo, emailext, error, fileExists, input, isUnix, load, mail, node, parallel, properties, pwd, readFile, retry, sh, sleep, stage, stash, step, svn, timeout, timestamps, tool, unarchive, unstash, waitUntil, withCredentials, withEnv, wrap, writeFile, ws] Restarting the server solves the issue Maybe after the installation wizard we should automatically trigger a restart to avoid this problem WDYT ? On Thu, Jan 15, 2015 at 9:25 PM, Jesse Glick <[email protected]> wrote: > On Thursday, January 15, 2015 at 1:55:57 PM UTC-5, Daniel Tschan wrote: >> >> You also need the Git Plugin >> > > 2.3+: > https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#scms > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" 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-users/1e8b3202-c166-4561-a146-d40d351a6962%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/1e8b3202-c166-4561-a146-d40d351a6962%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- ----- Arnaud Héritier http://aheritier.net Mail/GTalk: aheritier AT gmail DOT com Twitter/Skype : aheritier -- 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/CAFNCU-88WQQHVw-TV3%2BzbDGwuaMbGa8bjtEeRJNsgPBzqhU_-A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
