Skip to content

Commit 94d69e4

Browse files
authored
adjust vars.cmd so it is also updated by renovate (#2169)
1 parent 1b57f96 commit 94d69e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"customType": "regex",
5252
"managerFilePatterns": [
5353
"/src/main/java/org/jenkinsci/test/acceptance/FallbackConfig\\.java/",
54+
"/vars.cmd/",
5455
"/vars.sh/"
5556
],
5657
"matchStrings": [

vars.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ set TESTCONTAINERS_HOST_OVERRIDE=%IP%
2525
set 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

0 commit comments

Comments
 (0)