Restoring Jenkinsfile testing

This commit is contained in:
Joakim Erdfelt 2017-06-26 13:49:30 -07:00
parent 2648b9a6e2
commit c6d45c0af1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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