From 9b9476649465e0d68ce6c55a4008d7701ee89805 Mon Sep 17 00:00:00 2001 From: MK13 Date: Sat, 17 Jan 2026 23:40:14 +0100 Subject: [PATCH] #26 Fix comment --- build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Jenkinsfile b/build/Jenkinsfile index 913dbc2..8eeade1 100644 --- a/build/Jenkinsfile +++ b/build/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { git config commit.gpgsign true git config tag.gpgSign true - // We need to pass the repo url in -Darguments again because of insane maven lifecycle forking + # We need to pass the repo url in -Darguments again because of insane maven lifecycle forking pkgx mvn release:prepare -B \ -s build/settings.xml \ -Dpassword="${GITEA_CREDS_PSW}" \