Hi,
I want to connect a job to GitHub.
I have this problem with the webhook of github :
Caused by: java.lang.IllegalArgumentException: Not intended to be browsed interactively (must specify payload parameter)
at com.cloudbees.jenkins.GitHubWebHook.doIndex(GitHubWebHook.java:154)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:622)
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298)
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161)
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96)
at org.kohsuke.stapler.MetaClass$2.dispatch(MetaClass.java:164)
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
... 62 more
I have read many link about that, but no solution.
Somebody know what's happend ?
Thanks.
Eric