【发布时间】:2019-09-18 04:53:40
【问题描述】:
我正在尝试在 github 中配置 webhook,以便每次我进行新推送时都会构建它,我在 github 中添加了 web hooks 并给出了 jenkins 的地址 http://localhost:8080/github-webhook/ 但它不起作用,我发现我们需要找到我们的 IP 地址,我将其添加如下:http://"my IPV4":8080/github-webhook/ 仍然无法正常工作。我什至尝试过使用 ngrok 进行端口转发,但效果不佳。它不断抛出We couldn’t deliver this payload: Failure when receiving data from the peer 错误。
【问题讨论】: