janinko / ghprb

github pull requests builder plugin for Jenkins
https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin
MIT License
369 stars 19 forks source link

Jenkins job is triggering for only one pull request and ignoring other PR changes #482

Open abhijeetka opened 6 years ago

abhijeetka commented 6 years ago

Hi,

I have configured the jenkins and github for running pull request and it is working fine for only one pull request, if i create any further pull requests its not triggering.

I am getting following log

Mar 16, 2018 12:29:42 PM org.jenkinsci.plugins.ghprb.GhprbRootAction handleAction
INFO: Checking PR #4 for abhijeetka/maven-hello-world
Mar 16, 2018 12:29:42 PM org.jenkinsci.plugins.ghprb.GhprbGitHubAuth checkSignature
INFO: Signatures checking OK
Mar 16, 2018 12:29:42 PM org.jenkinsci.plugins.ghprb.GhprbTrigger handlePR
INFO: Checking PR #4 for job small-java-maven
Mar 16, 2018 12:29:42 PM org.jenkinsci.plugins.ghprb.GhprbPullRequest updatePR
INFO: Pull request #4 was updated/initialized on abhijeetka/maven-hello-world at 3/16/18 12:29 PM by Abhijeet kamble (PR update)
Mar 16, 2018 12:29:42 PM org.jenkinsci.plugins.ghprb.GhprbRootAction handleAction
WARNING: Request not known for event: push

I am not sure why this is getting for only one PR. Is there any setting which i configured wrong.