Ralph,

I am not sure of what you mean by "hook"

there are basically two ways to trigger a build
- github webhook contact your Jenkins server. your server must be
publically accessible, and you need to register it's url in github. new
build start right after a pr is created
- poll from the Jenkins server. your server periodically check github if
there are any new pr to build.
no need for any github config, nor any public ip for your server. if you
want to make log accessible, it is up to you to do that (fwiw, ibm upload
latest logs into a gist)

Cheers,

Gilles

On Saturday, July 23, 2016, Ralph Castain <r...@open-mpi.org> wrote:

> Hi folks
>
> I’m setting up a local Jenkins server on my box and could use some
> directions. I have Jenkins up, and have pulled down
> the jenkinsci/ghprb-plugin.git repo, but I can’t find on our wiki pages
> the instructions on how to configure Jenkins jobs for this purpose, or how
> to setup the “hook” to make it all work.
>
> Can someone point me to the relevant wiki pages? I’ll then add them to the
> nav bar so others can find them. If we don’t have this documented, then
> please send me the instructions and I’ll add the docs to the wiki.
>
> Thanks
> Ralph
>
>

Reply via email to