I think I there were two things wrong. 1) Out of frustration, I went ahead and installed the github pull request builder plugin. I was then seeing messages in the jenkins log that it was checking the PR but nothing got built.
2)After uninstalling the github pull request builder plugin, I figured out that the endpoint for the branch-source-plugin PR builder hook was incorrect. The correct endpoint was http..../github-webhook. Bottom line, you don't need the github pull request builder plugin if you are using github branch source plugin, it just needs to be properly configured. Thanks Jan for the response. Tom On Wednesday, September 19, 2018 at 5:26:01 AM UTC-7, Jan Monterrubio wrote: > > Do you have the web hooks and services configured on the repository to > receive push notifications from Jenkins / vice versa. > > On Wed, Sep 19, 2018 at 00:19 Tom Duerr <[email protected] <javascript:>> > wrote: > >> Hi, >> Im using: >> >> jenkins: 2.139 >> Github-Branch-Source 2.3.4 >> BlueOcean >> GitHub Enterprise >> >> This is our first attempt at pipelines and I'm a bit confused. >> >> I did a "Scan Organization Now" and it detected the repo with the >> JenkinsFile. >> I can create a PR and do a "Scan Repository Now" and it will detect the >> PR and >> build. However, If I don't do a "Scan Repository Now" then nothing ever >> happens. >> I never see anything in "Respository Events" and the PR never gets >> built. >> Its unclear if I need to install the github pull request builder. >> >> Thanks, >> Tom >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/eb424294-ec96-475d-8b29-b3c06a956f13%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-users/eb424294-ec96-475d-8b29-b3c06a956f13%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/627e9e37-148c-4efc-b470-200067af2226%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
