[ 
https://issues.jenkins-ci.org/browse/JENKINS-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162193#comment-162193
 ] 

David Kennedy commented on JENKINS-10405:
-----------------------------------------

I have hit this issue from an upgrade from Ubuntu 10.04 to Ubuntu 11.10, using 
the dist's version of Jenkins. (We had to upgrade due to a MySQL 5.1 -> 5.5 
issue)

Previous to the upgrade webhooks worked fine, afterward they do not. 
Downgrading the version of the plugin to 0.7 as before did not help.

We've had to revert to SCM polling, which sucks for us and for GitHub.

The 'debuggability' of this issue is very low and it leads to a lot of 
frustration in figuring out the issue - the advice above did not solve my 
issue, the regex should match fine for our projects. The regex does not match 
the help text in the UI.
                
> 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

        

Reply via email to