From a907bfd6241dbd30ade5e9dec5de58c8ea19e7a6 Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sun, 14 Dec 2025 13:32:36 -0800 Subject: [PATCH] oops --- Jenkinsfile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f3b4bd3ad..b23854fb6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,11 +26,9 @@ pipeline { } stage('Deploy to Nexus') { - stage('Deploy to Nexus') { - steps { - configFileProvider([configFile(fileId: 'maven-settings-nexus', variable: 'MAVEN_SETTINGS')]) { - sh 'mvn -s "$MAVEN_SETTINGS" -V -B deploy' - } + steps { + configFileProvider([configFile(fileId: 'maven-settings-nexus', variable: 'MAVEN_SETTINGS')]) { + sh 'mvn -s "$MAVEN_SETTINGS" -V -B deploy' } } }