From 901daf988ceb2fa42efa878cf267451b8aefb599 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Tue, 27 Feb 2024 09:30:25 +0300 Subject: [PATCH] Add "Sonatype Nexus" plugin (#3446) Woodpecker CI plugin to publish artifacts to Sonatype Nexus. --- 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 ffe5672bf..564e84611 100644 --- a/docs/plugins/woodpecker-plugins/plugins.json +++ b/docs/plugins/woodpecker-plugins/plugins.json @@ -184,6 +184,11 @@ "name": "Gradle Wrapper Validation", "docs": "https://codeberg.org/beaks/gradle-wrapper-validation/raw/branch/main/docs.md", "verified": false + }, + { + "name": "Sonatype Nexus", + "docs": "https://raw.githubusercontent.com/rockdrilla/woodpecker-sonatype-nexus/main/docs.md", + "verified": false } ] }