Trouble with Jenkins Pipeline Not Triggering Automatically!

Hey everyone,

I’ve been struggling with getting my Jenkins pipeline to trigger automatically on a new commit. I’ve set up a multibranch pipeline with GitHub as the SCM. Webhooks are enabled, and I can see that GitHub is sending the events, but Jenkins doesn’t seem to pick them up.

Webhooks are properly configured in GitHub.
The Jenkins GitHub Plugin is installed and up to date.
The repository URL and credentials are correctly set.
Manually triggering the build works fine.

I also checked the logs but didn’t see anything obvious. Could this be a configuration issue, or do I need an additional plugin: ?? I have also read this thread https://community.jenkins.io/t/is-it-possible-not-to-trigger-automatic-build-from-git-if-only-jenkinsfile-is-being-modified-servicenow but couldn’t get enough solution.

Jenkins version: 2.426.3
GitHub Plugin version: 1.37.2

Would appreciate any guidance from the community !!

Thanks in advance.

With Regards,
Marcelo Salas

i am getting the same error , do you find any solution ?

I can see that GitHub is sending the events, but Jenkins doesn’t seem to pick them up.

So you mean Github has already sent the event to Jenkins but no job triggered and data were sent back to github? What prints on GitHub logs of the webhook page? Could you check the network connection between your jenkins server and Github?
BTW, What do you mean by Manually triggering the build works fine.