Update Jenkinsfile

pull/30/head
Pablo Fuente Pérez 2018-02-22 16:09:12 +01:00 committed by GitHub
parent 7dafad8dd0
commit 27220c677c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ node('container') {
}
stage ('E2E tests') {
sh 'cd ~/openvidu/openvidu-test-e2e && mvn -DAPP_URL=https://172.17.0.1:4200/ -DOPENVIDU_URL=https://172.17.0.1:8443/ -DREMOTE_URL_CHROME=http://172.17.0.1:4444/wd/hub/ -DREMOTE_URL_FIREFOX=http://172.17.0.1:4445/wd/hub/ test'
junit "~/openvidu/openvidu-test-e2e/**/target/surefire-reports/TEST-*.xml"
junit '~/openvidu/openvidu-test-e2e/target/surefire-reports/TEST-*.xml'
}
}
}