Hello All,
I have configured the jenkins job that should run after every commit pushed to git
I have used build trigger for the job as "GitHub hook trigger for GITScm polling".
I can see the Push event coming to jenkins and jenkins Poking the job. Logs from jenkins show :
Received PushEvent for https://github.xxxxx.com/OrgName/repoName from xxxxxxxxx ⇒ http://xxxxxxxxxx:8080/github-webhook/
Feb 25, 2019 3:52:27 PM INFO org.jenkinsci.plugins.github.webhook.subscriber.DefaultPushGHEventSubscriber$1 run
Poked TestJob2
But the TestJob2 is not started.
Jenkins version : 2.150.1
Github Plugin version : 1.29.4
Github API plugin version : 1.95
Can someone please help regrading this ?
Thanks
Amit