Enable full debug logging for deploy

Jens Pelzetter 2019-12-23 18:48:09 +01:00
parent 06fc0ff244
commit 829463a115
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" -e deploy'
} }
} }
} }