-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Ubuntu
Jenkins ver. 2.32.1
GitHub plugin 1.25.1
GitHub API Plugin1.84
some projects get the pushevent from github, but polling does not start for that job.
in jenkins log i see:
Received PushEvent for https://github.com/<reponame>
checked "GitHub hook trigger for GITScm polling".
the github link works.
however polling does not start... for other jobs with other repository it's working fine... how can i understand what going on ?
[JENKINS-41377] Polling has not run yet, although received push event
Description |
Original:
some projects get the pushevent from github, but polling does not start in jenkins log i see: Received PushEvent for https://github.com/<reponame> this is the same as configured in the job. however polling does not start... |
New:
some projects get the pushevent from github, but polling does not start in jenkins log i see: Received PushEvent for https://github.com/<reponame> this is the same as configured in the job. and i did check "GitHub hook trigger for GITScm polling" however polling does not start... for other jobs with other repository it's working fine... how can i understand what going on ? |
Description |
Original:
some projects get the pushevent from github, but polling does not start in jenkins log i see: Received PushEvent for https://github.com/<reponame> this is the same as configured in the job. and i did check "GitHub hook trigger for GITScm polling" however polling does not start... for other jobs with other repository it's working fine... how can i understand what going on ? |
New:
some projects get the pushevent from github, but polling does not start for that job. in jenkins log i see: Received PushEvent for https://github.com/<reponame> checked "GitHub hook trigger for GITScm polling". the github link works. however polling does not start... for other jobs with other repository it's working fine... how can i understand what going on ? |
Try add logging as it described in wiki.