Open karlkfi opened 7 years ago
Any luck with this?
For some reason there is no example online of anyone using pull requests in blue ocean using declarative pipeline syntax. Is that page even used? "You don't have any open pull requests" is all I see as well
You may want to look at #617, I found a partial solution depending on what you're looking for.
@jstallm - I just found out that you need to configure github-branch-source plugin to discover pull-requests, in the Gitub Organization section. Remember to create the webhooks :-)
I'm not sure exactly what you want, but the basic instructions at https://stackoverflow.com/a/45121585/4200039 (which I figured out mostly on my own, the hard way) worked for me.
How do I configure ghprb-plugin when writing a jenkinsfile pipeline using the new declarative pipeline DSL?