From 5faa2d0a52fe48c4e165fd0808fa6ec36c28a5a0 Mon Sep 17 00:00:00 2001 From: Wouter <304593+wgroeneveld@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:56:40 +0200 Subject: [PATCH] Add ASCII JUnit Test Report plugin (#5355) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/plugins/woodpecker-plugins/plugins.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/woodpecker-plugins/plugins.json b/docs/plugins/woodpecker-plugins/plugins.json index 37c7321a8..bc0f4221b 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -279,6 +279,11 @@ "name": "Peckify", "docs": "https://codeberg.org/woodpecker-community/peckify/raw/branch/main/docs.md", "verified": false + }, + { + "name": "ASCII JUnit Test Report", + "docs": "https://raw.githubusercontent.com/wgroeneveld/woodpecker-ascii-junit/refs/heads/main/README.md", + "verified": false } ] }