[ https://issues.jenkins-ci.org/browse/JENKINS-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162677#comment-162677 ]
Chris Heng commented on JENKINS-10405: -------------------------------------- I had the same problem -- I followed the instructions by Tim Linquist, but the Jenkins job was simply not recognizing the POST from GitHub. Finally I managed to get it working. The trick is to put your github-webhook URL (HTTP basic auth and all) in "Webhook URLs" (the first item in the GitHub service hooks list), *NOT* "Jenkins (GitHub plugin)". > Post-receive hook doesn't work > ------------------------------ > > Key: JENKINS-10405 > URL: https://issues.jenkins-ci.org/browse/JENKINS-10405 > Project: Jenkins > Issue Type: Bug > Components: github > Affects Versions: current > Environment: 64-bit Ubuntu Maverick server, Sun Java 6 JVM, official > .debs. > Reporter: ieure > Assignee: Kevin Sawicki > Attachments: security-settings.png > > > I configured GitHub's web hooks for a project and pushed code, but the job > didn't build. I captured the payload with PostBin: > http://www.postbin.org/sq1n8a ; then sent it with Curl to see what was going > on: > curl -k -H 'Content-Type: application/x-www-form-urlencoded' -XPOST > https://ci.public.simplegeo.com/github-webhook/ -d...@x.js > I received this stacktrace in response: https://gist.github.com/1095538 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira