Github webhook URL config issue? How to fix it?

后端 未结 2 390
逝去的感伤
逝去的感伤 2020-12-11 10:47

I am using GitHub project repository for build trigger from Jenkins.

The intention is when even code push done in GitHub repository project my Jenkins build should

2条回答
  •  悲&欢浪女
    2020-12-11 11:15

    Either firewall is blocking or you've to check if WebHook is enabled in Github from Repository -> Settings -> WebHooks. There is a nice guide here. Use RequestBin for testing to make sure that its not a server side issue :)

提交回复
热议问题