display maven error
Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
parent
25056909d6
commit
28234b5ef8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'])
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user