Issue
Currently trying to automate the job build process to every github push. I have did the following steps to automate still it's not getting automated. what I am missing I did not get.
installed Github Integration plugin
in github for this repository integration added the service webhook url as http://{IP Address}:{PORT}/github-webhook
in Jenkins server created ssh key for the user jenkins and added that into this repository deploy keys.
to check the ssh connection ran the command - ssh [email protected]. it successful.
after the push in github services it showing it was successful but in jenkins not triggered.
What am I missing?
Solution
Have you tried running "Test Hook"? Did it come back with a response?
There is a check box near the bottom of the authentication section labeled “Prevent Cross Site Request Forgery exploits” that needs to be unchecked in order for this particular method to work.
Answered By - Arun.D
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)