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
Currently, the status line that informs that the check is published looks like this:
[GitHub Checks] GitHub check (name: Jenkins, status: completed) has been published.
If the status is completed, it is also worth adding information about the conclusion (one of the values: action_required, cancelled, failure, neutral, success, skipped, stale, timed_out)
so log message will be as below:
[GitHub Checks] GitHub check (name: Jenkins, status: completed, conclusion: failure) has been published.
What feature do you want to see added?
Currently, the status line that informs that the check is published looks like this:
If the status is completed, it is also worth adding information about the conclusion (one of the values:
action_required
,cancelled
,failure
,neutral
,success
,skipped
,stale
,timed_out
)so log message will be as below:
The code responsible for this:
github-checks-plugin/src/main/java/io/jenkins/plugins/checks/github/GitHubChecksPublisher.java
Line 99 in e9ce039
I have the impression that we just need to change the code as below, but I haven't checked that:
Upstream changes
No response
Are you interested in contributing this feature?
Unfortunately no, because it is too complicated from the point of view of corporate procedures.
The text was updated successfully, but these errors were encountered: