Josh, Those webhook may or may not be created automatically during the setup of CloudBees Pull Request Builder. I say that because we have two different service accounts Jenkins uses to connect to GH. So if the webhook is already setup for the old GHPRB, then it will still work, but that's not always the case with a fresh setup.
Which repo are you trying to setup? I'll create the webhook and we can test again. -- -Chris T. #asfinfra On Wed, 2019-01-30 at 13:29 -0500, Josh Elser wrote: > Hi all, > > Trying to follow the guide up at > https://cwiki.apache.org/confluence/display/INFRA/GitHub+Pull+Request+Builder > > <snip> > * Create two webhooks (this should be automatic, but it might not be) > on > your GH repo > - https://builds.apache.org/github-pull-request-hook/ > (pull_request) > - https://builds.apache.org/github-webhook/ (push) > * Add Root team to repo as an admin (also could just be asfbot, > haven't > tested that yet). > </snip> > > I pushed a new PR after making a Jenkins job following the first part > of > the guide, but assume I must be missing these hooks since nothing > happened :) > > Does anyone happen to have clarity on these two steps? Thanks! > > - Josh