Update Jenkinsfile

This commit is contained in:
Pablo Fuente Pérez 2018-04-26 15:15:39 +02:00 committed by GitHub
parent 2c05b98626
commit 064ad34e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
node('container') {
node {
docker.image('selenium/standalone-chrome-debug:latest').withRun('-p 4444:4444 -p 5900:5900 --shm-size=1g') { c ->
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')