We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrate from using the Commit Status API and the GitHub Notfiy step to the GitHub Checks API and the corresponding Jenkins plugin.
This would allow us to display rich status reports on GitHub, similar to the Travis integration, enabling:
error
failure
pending
success
action_required
cancelled
neutral
skipped
stale
timed_out
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary:
Migrate from using the Commit Status API and the GitHub Notfiy step to the GitHub Checks API and the corresponding Jenkins plugin.
Motivation:
This would allow us to display rich status reports on GitHub, similar to the Travis integration, enabling:
error
,failure
,pending
, orsuccess
action_required
,cancelled
,failure
,neutral
,success
,skipped
,stale
,timed_out
Prerequisites:
The text was updated successfully, but these errors were encountered: