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

8
Jenkinsfile vendored
View File

@@ -26,11 +26,9 @@ 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')]) { sh 'mvn -s "$MAVEN_SETTINGS" -V -B deploy'
sh 'mvn -s "$MAVEN_SETTINGS" -V -B deploy'
}
} }
} }
} }