| Trying to integrate Jenkins pipeline job with GitHub enterprise through 'github-webhook'. Steps: 1- Create webhook in our GitHub Repo. ex: http://xxxxxxx.india.xorg.com:8080/github-webhook/ (push) 2- Create Jenkins pipeline Project. i- In General section select GitHub project and provide Project SSH URL. ex: g...@github.yorg.com:xyz/abc-test/ ii- In Build Trigger section select "GitHub hook trigger for GITScm polling". Even tried with Poll SCM for 1minute, its not able to check the changed log of github repo. iii- In Pipeline section, tried with both "Pipeline script" and "Pipeline script from SCM". Response, error:503
|