Skip to content

Commit

Permalink
Raise firefox container to 4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Oct 27, 2023
1 parent 228ab8b commit 63712a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pipeline {
try {
sh "docker network create ${networkName}"
docker.image("svenwal/jsonplaceholder:latest").withRun("--name jsonplaceholder --network ${networkName}") {
docker.image("selenium/standalone-firefox:4.10").withRun("-e START_XVFB=false --shm-size=2g --name ${seleniumName} --network ${networkName}") {
docker.image("selenium/standalone-firefox:4.14").withRun("-e START_XVFB=false --shm-size=2g --name ${seleniumName} --network ${networkName}") {
docker.build('maven-selenium').inside("--name ${ivyName} --network ${networkName}") {
def workspace = pwd()
def phase = env.BRANCH_NAME == 'master' ? 'deploy' : 'verify'
Expand Down

0 comments on commit 63712a7

Please sign in to comment.