Skip to content

Commit

Permalink
Add timestamp and stacktrace (eclipse-platform#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jukzi authored Apr 22, 2022
1 parent 4e3cec2 commit 5c46894
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
}
}
Expand Down

0 comments on commit 5c46894

Please sign in to comment.