From 24746911bc734d4debee2d077bdcdf21b63f01b2 Mon Sep 17 00:00:00 2001 From: Carlos Renan Date: Thu, 21 Jul 2022 14:55:58 -0300 Subject: [PATCH] Included Gitea Checks Plugin as an implementation As stated in Gitea Checks Plugin page, it implements the extension points defined by Checks API plugin. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2244705a..90bbec5c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Known consumers: Implementations: * [GitHub Checks Plugin](https://plugins.jenkins.io/github-checks) +* [Gitea Checks Plugin](https://plugins.jenkins.io/gitea-checks/) This plugin, along with it's [GitHub implementation](https://plugins.jenkins.io/github-checks), has been installed on [ci.jenkins.io](https://ci.jenkins.io/Plugins) to help maintain over 1500 Jenkins plugins. You can take a look at the [action](https://github.com/jenkinsci/checks-api-plugin/runs/1025532156) for this repository or other plugin repositories under [Jenkins organization](https://github.com/jenkinsci) for the results.