Update Jenkinsfile

pull/73/head
Pablo Fuente Pérez 2018-04-26 16:45:52 +02:00 committed by GitHub
parent b01ef4a5c9
commit e64bca3257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
node { node {
docker.image('elastestbrowsers/chrome:latest').withRun('-p 4444:4444 -p 5900:5900 --cap-add=SYS_ADMIN --shm-size=1g') { c -> docker.image('selenium/standalone-chrome-debug:latest').withRun('-p 4444:4444 -p 5900:5900 --shm-size=1g') { c ->
docker.image('elastestbrowsers/firefox:latest').withRun('-p 4445:4444 -p 5901:5900 --cap-add=SYS_ADMIN --shm-size=1g') { d -> 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') def mycontainer = docker.image('openvidu/openvidu-test-e2e:latest')
mycontainer.pull() mycontainer.pull()
mycontainer.inside("-p 4200:4200 -p 4443:4443 -u root -v /var/run/docker.sock:/var/run/docker.sock:rw -v /dev/shm:/dev/shm") { mycontainer.inside("-p 4200:4200 -p 4443:4443 -u root -v /var/run/docker.sock:/var/run/docker.sock:rw -v /dev/shm:/dev/shm") {