From 5c468946b7ecda13c6e2a06ae5d7957bc7779129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Kubitz?= <51790620+jukzi@users.noreply.github.com> Date: Fri, 22 Apr 2022 12:10:23 +0200 Subject: [PATCH] Add timestamp and stacktrace (#14) --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9fe62e1e3ff..52ac10b7ea1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,9 @@ pipeline { mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \ -Pbuild-individual-bundles -Pbree-libs -Papi-check \ -Dcompare-version-with-baselines.skip=false \ - -Dproject.build.sourceEncoding=UTF-8 + -Dproject.build.sourceEncoding=UTF-8 \ + -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS \ + -DtrimStackTrace=false """ } }