After several readings of the documentations available on the Internet, I decided to post the issue here and seek help.
I've created a small pipeline that uses basic steps to print messages on stdout, list files in dir. This job is working fine when triggered manually. The job's pipeline script is hosted in a public github repo which is hosted in our internal github enterprise server.
Github webhook was setup in such a way as to accept any event that arrives at this repo and send the event to the jenkins master. Though the push event reaches the Jenkins master, build job is not triggered.
I have attached the screenshot of the jenkins log where the push event is noticed.
Am I missing something here?
Any help would be appreciated.
/Ram
--
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 jenkinsci-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/0d995db5-9093-4e7d-868c-2fd8017a9f39%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is it a plain pipeline job? If so, you need to click the option to trigger a build on a GitHub change.