From 3a8fb3ed1d23e0e9758039105a48cd85e8f253db Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 19 Oct 2017 09:43:06 +0200 Subject: [PATCH] openvidu-test-e2e JUnit report commented --- openvidu-test-e2e/jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-test-e2e/jenkins/Jenkinsfile b/openvidu-test-e2e/jenkins/Jenkinsfile index 46bb157d..982ef96b 100644 --- a/openvidu-test-e2e/jenkins/Jenkinsfile +++ b/openvidu-test-e2e/jenkins/Jenkinsfile @@ -24,7 +24,7 @@ node('container') { } stage ("E2E tests") { 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']) } } }