[JENKINS-52494] Upgrade selenium container to pick up newer chrome, selenium (#1772)

This is working well in CI, so, going ahead with the merge.
This commit is contained in:
Karl Shultz 2018-07-12 10:55:21 -04:00 committed by GitHub
parent 4ff07ed9c1
commit d2b82bf72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $SCRIPT_DIR/stop-selenium.sh
echo ""
echo " Starting Selenium Docker container..."
echo ""
docker run -d --name blueo-selenium -p 15900:5900 -p 7990:7990 -p 7999:7999 -p 4444:4444 -e no_proxy=localhost selenium/standalone-chrome-debug:3.6.0-bromine > /dev/null
docker run -d --name blueo-selenium -p 15900:5900 -p 7990:7990 -p 7999:7999 -p 4444:4444 -e no_proxy=localhost selenium/standalone-chrome-debug:3.13.0-argon > /dev/null
# Output the containers bridge network IP to file
SELENIUM_IP=`docker inspect -f '{{ .NetworkSettings.IPAddress }}' blueo-selenium`