Enable full debug logging for deploy

Former-commit-id: 829463a115
pull/2/head
Jens Pelzetter 2019-12-23 18:48:09 +01:00
parent 597657675b
commit d2e75b4461
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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