Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Not A Defect
-
Component/s: git-plugin, github-api-plugin
-
Labels:None
-
Environment:windows
jenkins 2.190
-
Similar Issues:
Description
Commit trigger to Pipeline job using github-webhook is not working.
503- response in the hook.
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: git@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