On Thu, Mar 15, 2018 at 4:44 AM, Steven F <[email protected]> wrote: > I was unable to return a PullRequestSCMRevision for > the PR head because its constructor is package private. Then, I couldn't > tell if that was important because I couldn't trace where these returned > heads are used in github branch source. I don't know if the resulting source > fetch is scoped to these heads.
It is important. When a PR branch project is built, `checkout scm` and related features will select a particular commit from the PR (not always the most recent), and may additionally merge it against a particular commit in the base branch. > Sorry if this is all basic, my Java isn't that strong I am afraid the multibranch system has become a rather complex API with the addition of events and traits. It is not easy even for experienced Jenkins developers to follow the details. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr1sYLJG9TPLvNNDUC8cCW7SEqNDYusqTgoofxmCOQvTyg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
