This commit is contained in:
nossr50
2025-12-14 13:32:36 -08:00
parent 257292b6cc
commit a907bfd624

2
Jenkinsfile vendored
View File

@@ -25,7 +25,6 @@ pipeline {
} }
} }
stage('Deploy to Nexus') {
stage('Deploy to Nexus') { stage('Deploy to Nexus') {
steps { steps {
configFileProvider([configFile(fileId: 'maven-settings-nexus', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'maven-settings-nexus', variable: 'MAVEN_SETTINGS')]) {
@@ -33,7 +32,6 @@ pipeline {
} }
} }
} }
}
} }