jenkinsci / checks-api-plugin

Jenkins plugin that defines an API for Jenkins to publish checks to SCM platforms.
https://plugins.jenkins.io/checks-api/
MIT License
41 stars 28 forks source link

Return information about the check #238

Open psalaberria002 opened 7 months ago

psalaberria002 commented 7 months ago

What feature do you want to see added?

When calling publishChecks it would be nice to get some information about the checks such as the ID, URL, etc

We have a usecase where we want to add a link to the checks run in a github comment, and currently this isn't possible without the check run id.

Upstream changes

No response

Are you interested in contributing this feature?

No response