Fixed typo in Jenkinfile

ccm-docs
Jens Pelzetter 2019-12-23 16:15:20 +01:00
parent a6e381adcd
commit d10f1718cd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
steps { steps {
dir('') { dir('') {
configFileProvider([configFile(fileId: 'libreccm-packages-deploy', variable: 'MAVEN_SETTINGS')]) { configFileProvider([configFile(fileId: 'libreccm-packages-deploy', variable: 'MAVEN_SETTINGS')]) {
sh 'mvn -U -s $MAVEN_SETTINGS deploy' sh 'mvn -U -s "$MAVEN_SETTINGS" deploy'
} }
} }
} }