I have created Jenkins Pipeline Project and added the web hook to the GitHub Repo. Wherever I push something on the master branch, build is getting triggered automatically on Jenkins. But, when I make some commits to the other branches, the build is not getting triggered.
In logs I can see it is receiving the request and poking as well, but it does not trigger. Received PUSH for https://github.com/sujeetkp/JenkinsPipeline from 192.30.252.34 ⇒ http://35.196.29.212:8080/github-webhook/ Jan 12, 2018 12:43:39 PM INFO org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber onEvent Received PushEvent for https://github.com/sujeetkp/JenkinsPipeline from 192.30.252.36 ⇒ http://35.196.29.212:8080/github-webhook/ Jan 12, 2018 12:43:39 PM INFO org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run Poked Pileline-12th-Jan-SCM Note: It was working fine earlier, but now it has stopped working suddenly. I am not sure how to troubleshoot. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/08a43582-1bbc-4c19-996d-1159334347a1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
