简体   繁体   English

Github Webhook提供服务超时错误

[英]Github Webhook gives Service timeout error

I have created a webhook on my repository on Enterprise Github. 我在Enterprise Github上的存储库中创建了一个webhook。 The hook notifies commit event to Jenkins. 钩子将提交事件通知给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) 我已将有效负载URL设置为: http:// jenkins_server_ip:port / github-webhook (我的jenkins在http上运行)

Also I noticed the following message on Jenkins 我还注意到Jenkins上的以下消息

詹金斯

我认为GitHub webhook要求网址为https,因为默认情况下它会进行SSL验证。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM