Enable full debug logging for deploy
parent
40898d2e54
commit
7a5830035e
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue