Webhook for Github和Jenkins无法正常工作

时间:2018-07-15 15:42:58

标签: jenkins github amazon-ec2 build ngrok

我的目标是在GitHub上进行任何提交时触发Jenkins构建。我已经在下面配置了GitHub webhook

http://d36dxxxc.ngrok.io/payload。但是当我在Github中提交时。我看到Jenkins中没有触发构建。

回到Webhook响应中,我总是看到以下消息。

Tunnel d36dxxxc.ngrok.io not found

在jenkin->“配置触发器”中,我选择了“用于GITScm轮询的GitHub钩子触发器”和“轮询SCM”选项

我在Webhook中的请求如下:

Request URL: http://d36d854c.ngrok.io/payload
Request method: POST
content-type: application/json
Expect: 
User-Agent: GitHub-Hookshot/89e91ff
X-GitHub-Delivery: 6893acfa-8844-11e8-9e02-9168bb29d973
X-GitHub-Event: push

但是在响应中,我总是这样看:

Tunnel d36dxxxc.ngrok.io not found

Jenkins版本没有任何反应。

0 个答案:

没有答案