From bba2a4db16664f87df9636c82902b878ef44dc7a Mon Sep 17 00:00:00 2001 From: James Nord Date: Mon, 7 Aug 2023 12:03:09 +0100 Subject: [PATCH] use custom DNS in the ath container to enable HAR recording (#1314) use custom DNS so firefox uses the proxy Firefox will not use a proxy for 127.0.01 fixes #1165 --- src/main/resources/ath-container/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/ath-container/run.sh b/src/main/resources/ath-container/run.sh index 585e2c641a..72999b34d7 100755 --- a/src/main/resources/ath-container/run.sh +++ b/src/main/resources/ath-container/run.sh @@ -80,4 +80,4 @@ fi set -x -BROWSER=$browser JENKINS_WAR=$war $MVN $extra_args "$@" +BROWSER=$browser JENKINS_LOCAL_HOSTNAME=jenkins.127.0.0.1.sslip.io JENKINS_WAR=$war $MVN $extra_args "$@"