According to the wiki page ( https://wiki.jenkins-ci.org/display/JENKINS/Gitorious+Plugin), the Gitorious plugin depends on git plugin version 1.1.24 and on Jenkins 1.466. The git plugin you have installed is probably the next generation of git plugin, version 2.3.xx, or version 2.2.xx. The last release of git plugin 1.xx appears to have been about 18 months ago. Jenkins 1.466 was released over 30 months ago.
As far as I can tell, git plugin 2.xx does not include a doNotifyCommit(String, String) method. It does include a doNotifyCommit(String, String, String) method. I don't think the Gitorious plugin is usable with git plugin 2.xx Mark Waite On Thu, Mar 12, 2015 at 3:54 AM, <fx.n...@free.fr> wrote: > Hi, > > I have exactly the same problem, the same error message: so now we are at > least two ! > > As i'am new to Jenkins i would really appreciate some help to solve this > problem. > > Thanks > > Fx > > Le lundi 5 janvier 2015 16:41:48 UTC+1, John Ewing a écrit : >> >> Hi, >> >> I am trying to use the gitorious plugin to trigger builds on commit. >> I have a gitorious webhook setup to post to >> >> http://jenkins.ourdomain.com:8080/gitorious/notifyCommit >> >> Whenever I try and test the commit hook it fails with a 500 status and >> the stack trace has this in it >> >> >> Jan 5, 2015 3:30:53 PM org.eclipse.jetty.util.log.JavaUtilLog warn >> >> WARNING: Error while serving http://jenkins.ourdomain.com: >> 8080/gitorious/notifyCommit >> java.lang.reflect.InvocationTargetException >> >> [snip stack trace] >> >> Caused by: java.lang.NoSuchMethodError: hudson.plugins.git.GitStatus. >> doNotifyCommit(Ljava/lang/String;Ljava/lang/String;)Lorg/kohsuke/stapler/ >> HttpResponse; >> at org.jenkinsci.plugins.gitorious.GitoriousStatus. >> doNotifyCommit(GitoriousStatus.java:73) >> >> Anyone have any ideas why its not working ? >> >> Thanks >> >> John. >> > -- > 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 jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/e54ff8aa-0fea-4982-95c7-316f11e99b24%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/e54ff8aa-0fea-4982-95c7-316f11e99b24%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEb8cRRXZhtT7mMp4SosXx7u_eUeffcHBiY4Azw0UaqSw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.