I verified all the github api is configured in jenkins and i have added the github_webhook url in github properly.
whenever there is a change or commit to the repo the hook getting posted to jenkins and I could see the relevant log in github webhook “recent deliveries”.
With all these the job in jenkins is not triggered and i see the jenkins log as below
INFO o.j.p.g.w.s.DefaultPushGHEventSubscriber#onEvent: Received PushEvent for https://github.com/Org/Project/
But there is another log should be there which is missing is "INFO o.j.p.g.w.s.DefaultPushGHEventSubscriber$1#run: Poked ". so that the job is not getting triggered.
Jenkins Job Type : Pipeline