I have created a jenkins-pipeline job to trigger on pull-request. and i created webhook to configure the github with jenkins. But the webhook shows "last delivery was not successful, couldn't resolve host name". I kept https://
Asked
Active
Viewed 197 times
0
-
http://
:8080/ghprbhook/ (pull_request) – VIJAY Apr 15 '19 at 03:01 -
The job is not getting trigger. – VIJAY Apr 15 '19 at 03:01
-
Is `
` accessible from outside of your network? If it's a 192.168.x.y address it won't be. (There are other addresses that aren't either, but 192.168.x.y is probably the most common.) – ChrisGPT was on strike Apr 15 '19 at 03:07 -
See https://stackoverflow.com/questions/42487563/github-webhook-url-config-issue-how-to-fix-it – VonC Apr 15 '19 at 04:38
-
Let me try this thanks. – VIJAY Apr 15 '19 at 14:53