mirror of https://github.com/OpenVidu/openvidu.git
Update Jenkinsfile
parent
9962f29733
commit
c70756b882
|
@ -28,7 +28,7 @@ node('container') {
|
||||||
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'
|
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'
|
||||||
}
|
}
|
||||||
stage ('Test report') {
|
stage ('Test report') {
|
||||||
junit "~/openvidu/openvidu-test-e2e/target/surefire-reports/TEST-*.xml"
|
junit "**/target/surefire-reports/TEST-*.xml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue