Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Andrew Bayer
Close and reopen the pull request to trigger a new build. On Dec 23, 2015 8:47 PM, "Michael Wu" wrote: > Cool, thanks a lot, Andrew! BTW, is there any way to rebuild the job for a > specific pull request? Or say, how can we re-trigger a build if the CI > status has been marked as "All checks have

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Michael Wu
Cool, thanks a lot, Andrew! BTW, is there any way to rebuild the job for a specific pull request? Or say, how can we re-trigger a build if the CI status has been marked as "All checks have failed", please? On Thu, Dec 24, 2015 at 9:38 AM, Andrew Bayer wrote: > That was something wrong with the M

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Michael Wu
BTW, in the workspace title "*Workspace of incubator-eagle-pr-reviewer on mac-mini-1*", I find the job seem to be running on "mac-mini-1", could it be there is some wares missed on that slave? Please help! Thanks. Michael On Thu, Dec 24, 2015 at 9:30 AM, Michael Wu wrote: > Andrew, > > I tried

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Andrew Bayer
That was something wrong with the Mac mini slave, which also was misconfigured to allow any job to run on it, not just ones explicitly tied to it. I fixed that and re ran your build and it worked fine. On Wednesday, December 23, 2015, Michael Wu wrote: > Andrew, > > I tried but the job still fai

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Michael Wu
Andrew, I tried but the job still failed and the console-log seemed to remain the same, could you please help take a look at it? This issue has failed the checks for any pull request of project incubator-eagle. The job is at https://builds.apache.org/job/incubator-eagle-pr-reviewer and I paste the

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Andrew Bayer
Use the git://github.com/apache/incubator-eagle.git URL. A. On Wed, Dec 23, 2015 at 11:00 AM, Michael Wu wrote: > Hi Andrew, > > Following the guide, configured new job, and it can be hooked with > incubator-eagle github. However, I still encounter an issue for configuring > the CI job to clone

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-23 Thread Michael Wu
Hi Andrew, Following the guide, configured new job, and it can be hooked with incubator-eagle github. However, I still encounter an issue for configuring the CI job to clone from git repo with either ssh: or https: protocol, the job's console is at https://builds.apache.org/job/incubator-eagle-pr-

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-16 Thread Michael Wu
Hi Bayer, The blogs instruction is very helpful, I'll try to create a job according to it. Thank you very much. Michael On Sat, Dec 12, 2015 at 2:30 AM, Andrew Bayer wrote: > Hi - > > We already have a GitHub PR builder plugin installed - see > https://blogs.apache.org/infra/entry/github_pull_

Re: A jenkins plugin is required to be installed: github pull request builder

2015-12-11 Thread Andrew Bayer
Hi - We already have a GitHub PR builder plugin installed - see https://blogs.apache.org/infra/entry/github_pull_request_builds_now, and https://builds.apache.org/job/cloudstack-pull-analysis/configure for an example of how to configure to use it. A. On Fri, Dec 11, 2015 at 12:41 PM, Michael Wu