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