Skip to content

Commit 5c46894

Browse files
authored
Add timestamp and stacktrace (eclipse-platform#14)
1 parent 4e3cec2 commit 5c46894

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ pipeline {
2020
mvn clean verify --batch-mode --fail-at-end -Dmaven.repo.local=$WORKSPACE/.m2/repository \
2121
-Pbuild-individual-bundles -Pbree-libs -Papi-check \
2222
-Dcompare-version-with-baselines.skip=false \
23-
-Dproject.build.sourceEncoding=UTF-8
23+
-Dproject.build.sourceEncoding=UTF-8 \
24+
-Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss.SSS \
25+
-DtrimStackTrace=false
2426
"""
2527
}
2628
}

0 commit comments

Comments
 (0)