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}" \