From 8e66b4b904864d6be5afd270b7ac67e07c35f32a Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Wed, 21 Oct 2020 11:07:07 +0200 Subject: [PATCH] Add JUnit plugin to the list of known Checks API consumers (#40) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 010a0b70..0105cfd5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Implementations of this API decide on how to make use of these parameters and wh Known consumers: * [Warnings Next Generation Plugin](https://plugins.jenkins.io/warnings-ng) * [Code Coverage API Plugin](https://plugins.jenkins.io/code-coverage-api) +* [JUnit Plugin](https://plugins.jenkins.io/junit/) - since 1.39 Implementations: * [GitHub Checks Plugin](https://plugins.jenkins.io/github-checks)