I followed this post to create a Jenkins multibranch pipeline project that can be triggered by a pull request.
The PR can trigger the Jenkins job. However, I am not able to see the Jenkins status on my PR page.
This is what I want to show on my PR page:
This is what my github page actually shows:
I suppose I missed some plugins/settings on my Jenkins/github side. Any help is appreciated.
Tried instructions from this page. But failed to find "continuous-integration/jenkins/pr-merge" in step 6.
I also looked into this question. The poster said his question is due to using the Git instead of GitHub sources option when configuring the multibranch pipeline job. But I have already used GitHub sources option.
Thanks!