openvidu-test-e2e JUnit report commented

pull/20/head
pabloFuente 2017-10-19 09:43:06 +02:00
parent 84098ca597
commit 3a8fb3ed1d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ node('container') {
} }
stage ("E2E tests") { stage ("E2E tests") {
sh "cd ~/openvidu/openvidu-test-e2e && mvn test" sh "cd ~/openvidu/openvidu-test-e2e && mvn test"
step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml']) //step([$class: 'JUnitResultArchiver', testResults: '**/target/surefire-reports/TEST-*.xml'])
} }
} }
} }