Issue Type: Bug Bug
Assignee: Honza Brázdil
Components: ghprb
Created: 12/Mar/14 5:50 PM
Description:

I've been trying to get the GitHub Pull Request Builder plugin working.

I set it up based on the instructions listed on the plugin page.

After creating a new pull request, I can confirm Jenkins receives the payload in the logs:

Mar 12, 2014 10:32:33 AM INFO org.jenkinsci.plugins.ghprb.GhprbRootAction doIndex
Got payload event: pull_request

Unfortunately, it stops there. No build gets triggered. I did find that configuring the Jenkins job, and then saving (with no changes) will trigger the builds to start happening.

I've checked the logs to see what is happening but it only shows this from the save configure trigger.

Mar 12, 2014 10:35:54 AM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest
Created pull request #170 on test/test by <user> updated at: 3/12/14 10:18 AM SHA: <hash>
Mar 12, 2014 10:35:54 AM INFO org.jenkinsci.plugins.ghprb.GhprbRepository createCommitStatus
Setting status of <hash> to PENDING with url null and message: Merged build triggered.
Mar 12, 2014 10:35:54 AM INFO org.jenkinsci.plugins.ghprb.GhprbRepository createCommitStatus
Setting status of <hash> to PENDING with url http://<jenkinsurl>:8080/job/BuildTests/8/ and message: Merged build started.
Mar 12, 2014 10:35:54 AM INFO org.jenkinsci.plugins.ghprb.GhprbPullRequest build
Merged build triggered.
Mar 12, 2014 10:36:12 AM INFO hudson.model.Run execute
iOS SDK PR Tests #8 main build action completed: SUCCESS
Mar 12, 2014 10:36:12 AM INFO org.jenkinsci.plugins.ghprb.GhprbRepository createCommitStatus
Setting status of <hash> to SUCCESS with url http://<jenkinsurl>:8080/job/BuildTests/8/ and message: Merged build finished.

Project: Jenkins
Priority: Major Major
Reporter: Kingston Lee
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/d/optout.

Reply via email to