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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e45f3720-8111-466a-9eea-88670a2c17bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to