File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5151 "customType" : " regex" ,
5252 "managerFilePatterns" : [
5353 " /src/main/java/org/jenkinsci/test/acceptance/FallbackConfig\\ .java/" ,
54+ " /vars.cmd/" ,
5455 " /vars.sh/"
5556 ],
5657 "matchStrings" : [
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ set TESTCONTAINERS_HOST_OVERRIDE=%IP%
2525set JENKINS_LOCAL_HOSTNAME = %IP%
2626@ echo .
2727@ echo To start the remote firefox container run the following command:
28- @ echo docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e SE_NODE_GRID_URL=http://127.0.0.1:4444 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 selenium/standalone-firefox:4.32.0
28+ @ echo docker run --shm-size=2g -d -p 127.0.0.1:4444:4444 -p 127.0.0.1:5900:5900 -e SE_NODE_GRID_URL=http://127.0.0.1:4444 -e no_proxy=localhost -e SE_SCREEN_WIDTH=1680 -e SE_SCREEN_HEIGHT=1090 " selenium/standalone-firefox:4.35.0 "
2929
You can’t perform that action at this time.
0 commit comments