Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: core, github, plugin
Created: 04/Feb/13 9:41 AM
Description:

We have setup numerous Github repoes that post on SQS upon push.

Jenkins (Github SQS plugin) sees these messages but does not start a build. All we see in the log files are:

Feb 03, 2013 4:45:42 PM com.base2services.jenkins.github.GitHubTriggerProcessor processGitHubPayload
INFO: Received Message for https://github.com/<user>/<code-repo>
Feb 03, 2013 4:45:42 PM com.base2services.jenkins.github.GitHubTriggerProcessor processGitHubPayload
INFO: Poked <project-for-code-repo>

And then nothing else. The last logged line match:
https://github.com/jenkinsci/github-sqs-plugin/blob/master/src/main/java/com/base2services/jenkins/github/GitHubTriggerProcessor.java#L60

which in turn calls
https://github.com/jenkinsci/github-sqs-plugin/blob/master/src/main/java/com/base2services/jenkins/SqsBuildTrigger.java#L66

After this I'm not quite sure what happens (where does the queue come from?). How do I add more verbose log output to follow this call chain?

Does something swallow an exception further down?

Thank you in advance,
Brian

Environment: Ubuntu 12.10, jenkins 1.500, Github SQS 1.3
Project: Jenkins
Labels: plugin
Priority: Major Major
Reporter: Brian Stengaard
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to