Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <joshield@microsoft.com>2021-02-18 17:27:47 +0300
committerGitHub <noreply@github.com>2021-02-18 17:27:47 +0300
commitbb0ef230bc27015ee58404b49933789488e7a9e1 (patch)
tree115396e9f9ec5c01efa1e48bb3c07823e9c71b3e /scripts
parent7fc011ad41ccecb2d81ea3d63084a3a6ff9c41ae (diff)
Force internal IP of Jenkins master on FreeBSD (#20855)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/provisioning/freebsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/ci/provisioning/freebsd.sh b/scripts/ci/provisioning/freebsd.sh
index 7b8aba9d460..f8a9fdb1a45 100755
--- a/scripts/ci/provisioning/freebsd.sh
+++ b/scripts/ci/provisioning/freebsd.sh
@@ -86,3 +86,6 @@ if ! command -v python3 ; then
fi
## Do not remove, instead rename; otherwise it's impossible to support ports infrastructure testing
mv /usr/bin/make /usr/bin/bsdmake && ln -s /usr/local/bin/gmake /usr/bin/make
+
+# force internal IP of Jenkins master
+echo "10.0.0.4 jenkins.mono-project.com" >> /etc/hosts