We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3cec2 commit 5c46894Copy full SHA for 5c46894
Jenkinsfile
@@ -20,7 +20,9 @@ pipeline {
20
mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
21
-Pbuild-individual-bundles -Pbree-libs -Papi-check \
22
-Dcompare-version-with-baselines.skip=false \
23
- -Dproject.build.sourceEncoding=UTF-8
+ -Dproject.build.sourceEncoding=UTF-8 \
24
+ -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS \
25
+ -DtrimStackTrace=false
26
"""
27
}
28
0 commit comments