Update Jenkinsfile

pull/154/head
Pablo Fuente Pérez 2018-11-13 16:57:20 +01:00 committed by GitHub
parent 21c37ec305
commit 4c2cd802dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
node('container') { node('container') {
docker.image('elastestbrowsers/chrome:latest-2.0.0').withRun('-p 4444:4444 -p 5900:5900 --shm-size=1g -v /opt/openvidu:/opt/openvidu') { c -> docker.image('selenium/standalone-chrome-debug:latest').withRun('-p 4444:4444 -p 5900:5900 --shm-size=1g -v /opt/openvidu:/opt/openvidu') { c ->
sh 'rm -rf /opt/openvidu/barcode.* && wget https://github.com/OpenVidu/openvidu/raw/master/openvidu-test-e2e/docker/barcode.y4m -P /opt/openvidu' sh 'rm -rf /opt/openvidu/barcode.* && wget https://github.com/OpenVidu/openvidu/raw/master/openvidu-test-e2e/docker/barcode.y4m -P /opt/openvidu'
docker.image('elastestbrowsers/firefox:latest-2.0.0').withRun('-p 4445:4444 -p 5901:5900 --shm-size=1g') { d -> docker.image('elastestbrowsers/firefox:latest-2.0.0').withRun('-p 4445:4444 -p 5901:5900 --shm-size=1g') { d ->
def mycontainer = docker.image('openvidu/openvidu-test-e2e:latest') def mycontainer = docker.image('openvidu/openvidu-test-e2e:latest')