github-checks-plugin icon indicating copy to clipboard operation
github-checks-plugin copied to clipboard

Custom name for "Status checks name" based on pull or push

Open krishgcek opened this issue 10 months ago • 3 comments

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

krishgcek avatar Mar 06 '25 00:03 krishgcek