From abd38c4ba6a81a1fc532cc0829074be212710d15 Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 19 Oct 2017 10:02:33 +0200 Subject: [PATCH] Jenkins test --- 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 e7c2f6de..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']) } } }