Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krishgcek opened this issue Mar 6, 2025 · 2 comments
Open

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

krishgcek opened this issue Mar 6, 2025 · 2 comments

Comments

@krishgcek
Copy link

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

@timja
Copy link
Member

timja commented Mar 19, 2025

What do you mean pull? its not an event.

Do you mean manually triggered vs triggered by SCM change?

@krishgcek
Copy link
Author

I was talking about GitHub commit(push) and changes in a pull request. When the branch has pull request, the name should be Jenkins_pull and for commit or push it should be Jenkins_push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants