mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-15 21:48:45 +01:00
oops
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user