display maven error

Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2017-03-07 21:39:09 +11:00
parent 25056909d6
commit 28234b5ef8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ node {
withEnv(mvnEnv) {
timeout(60) {
// Run test phase / ignore test failures
sh "mvn -B clean install -Dmaven.test.failure.ignore=true"
sh "mvn -B clean install -Dmaven.test.failure.ignore=true -e"
// Report failures in the jenkins UI
step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml'])
}