3
votes

I have created a webhook on my repository on Enterprise Github. The hook notifies commit event to Jenkins. But every time I commit on the branch following error comes

We couldn’t deliver this payload: Service Timeout

I have set the payload URL as: http://jenkins_server_ip:port/github-webhook (my jenkins runs on http)

Also I noticed the following message on Jenkins

jenkins

1

1 Answers

0
votes

I think GitHub webhook requires that the url be a https because by default it will do SSL verification.