openvidu-test-e2e: Jenkinsfile update

pull/117/merge
pabloFuente 2018-08-31 15:35:20 +02:00
parent e456b5e350
commit c0a89efebc
1 changed files with 1 additions and 1 deletions

View File

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