You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux VM for controller and agents running in kubernetes.
Reproduction steps
Configure a GitHub app for Jenkins and have it configured with multibranch repositories
Configure multibranch repositories to build on branches and on PRs (useful for using a merging strategy and test the result of the merge), thus resulting in multiple builds reporting to a single commit.
Enable Skip GitHub Branch Source notifications so we on get checks issued by github-checks-plugin in GitHub.
Expected Results
Different checks to be published in GitHub, one for the branch build and one for the PR build.
Actual Results
A single check is published under Jenkins (by default) which correspond to the last build finishing.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
What should the checks ID be for the branch and for the pull request?
It could copy the configuration from Jenkins, which by default reports these checks as continuous-integration/jenkins/pr-merge, continuous-integration/jenkins/branch, etc.
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
Linux VM for controller and agents running in kubernetes.
Reproduction steps
Skip GitHub Branch Source notifications
so we on get checks issued bygithub-checks-plugin
in GitHub.Expected Results
Different checks to be published in GitHub, one for the branch build and one for the PR build.
Actual Results
A single check is published under
Jenkins
(by default) which correspond to the last build finishing.Anything else?
No response
The text was updated successfully, but these errors were encountered: