IP address of localhost:8080 -in webhooks of github +jenkins

后端 未结 3 1014
一生所求
一生所求 2021-02-04 20:22

I am trying to configure webhooks in github so that it will deploy every time I do a new push, I have added web hooks in github and given the address of jenkins which is h

3条回答
  •  Happy的楠姐
    2021-02-04 21:13

    If you are talking about github.com, then yes, localhost would not work.
    As mentioned in "GitHub webhook configuration "

    the Jenkins instance must be able to connect to GitHub and vice versa.

    You can check that with the "Test hook" button from the GitHub UI and see if Jenkins receive a payload.

    Make sure you have the JENKINS GitHub Plugin properly installed and configured.

提交回复
热议问题