Enable full debug logging for deploy

ccm-docs
Jens Pelzetter 2019-12-23 18:48:09 +01:00
parent 40898d2e54
commit 7a5830035e
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'
}
}
}