Problem :
I am working on a CI setup to configure github - Jenkins webhook for triggering builds with code commits on github. Below are the current configuration details
My Jenkins is inside an AWS private subnet
I have a plugin: "GitHub Web Hook" configured with API URL, Username and OAuth token, Test Credentials gives a success message.
I have "Build when a change is pushed to GitHub" selected under "Build Triggers"
Jenkins job works perfectly with the manual build. But it does not work (automatic build trigger) when a code commit is done on the github.
Need Help on:
How can I debug in detail about this situation, if the "Git hub webhook" configuration test worked, can I say git hub can connect to my Jenkins which is in private or it does something else to test?
Please rectify/guide on the steps to get it working