|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
- [JIRA] (JENKINS-10405) Post-receive hook does... da...@davidjb.com (JIRA)
- [JIRA] (JENKINS-10405) Post-receive hook... da...@davidjb.com (JIRA)
- [JIRA] (JENKINS-10405) Post-receive hook... da...@davidjb.com (JIRA)
- [JIRA] (JENKINS-10405) Post-receive hook... jvau...@creatuity.com (JIRA)
- [JIRA] (JENKINS-10405) Post-receive hook... jvau...@creatuity.com (JIRA)
So my projects on Jenkins were configured correctly with WebHook URLs in Github and they've suddenly stopped building when the POST requests come in. This might either be because I've upgrade to Jenkins 1.456 or upgraded to github-api 1.25 (using version 1.2 of GitHub Plugin). Either way, the POSTs are accepted by Jenkins and the logger I've configured displays the following output:
May 28, 2012 4:04:36 PM com.cloudbees.jenkins.GitHubWebHook
FINE: Skipped my.project because it doesn't have a matching repository.
May 28, 2012 4:04:36 PM com.cloudbees.jenkins.GitHubWebHook
FINE: Full details of the POST was {<snip out long GitHub post details>}
May 28, 2012 4:04:36 PM com.cloudbees.jenkins.GitHubWebHook processGitHubPayload
INFO: Received POST for https://github.com/davidjb/profiles.project
and that's the end of the logs. No builds actually happen.
As mentioned, everything was working fine, so URLs for source repos are okay. Anyone seeing the same?
Edit: tested with github-api 1.23 and still no good.
Edit2: It is working again for me under Jenkins 1.470 and github-api 1.28 and GitHub plugin 1.4.