jenkinsci / jenkinsci/github-checks-plugin
Custom name for "Status checks name" based on pull or push
- Dominant language
- Java
- Stars
- 89
- Forks
- 50
- Avg merge
- 13h 55m
- Merged PRs (30d)
- 7
Description
### Jenkins and plugins versions report
currently , there is no difference for "Status checks name". The default "Jenkins" name is used for both push and pull. But in our case the stage that are run for push and pull are different. it will be great if the status name is appended with _push or _pull based on event.
### What Operating System are you using (both controller, and any agents involved in the problem)?
jenkins server is a docker container with pipeline running on different nodes
### Reproduction steps
run both branch job and pull request job. Result of the checks api will overlap
### Expected Results
Both branch and pull request has different entry
### Actual Results
both results overlap. sometimes only branch result is published as in progress even after completion
### Anything else?
_No response_
### Are you interested in contributing a fix?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.