Jenkins test

pull/20/head
pabloFuente 2017-10-19 10:02:33 +02:00
parent fa10ad9ee2
commit abd38c4ba6
1 changed files with 1 additions and 1 deletions

View File

@ -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'])
}
}
}