From fa10ad9ee2f8126caff24aeb756615178000b91b Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Thu, 19 Oct 2017 09:51:21 +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 982ef96b..e7c2f6de 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']) } } }