From: Dave Wallace Date: Mon, 8 Mar 2021 16:07:32 +0000 (-0500) Subject: Display DNS config in console logs. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=4a3451b5479bf6259782e285cc6341cc14016ed9;p=ci-management.git Display DNS config in console logs. Signed-off-by: Dave Wallace Change-Id: I2f7b549a903d3cd572a4711901ce1d138e922aa5 --- diff --git a/jjb/scripts/setup_executor_env.sh b/jjb/scripts/setup_executor_env.sh old mode 100644 new mode 100755 index 2bfbe8b32..ee483b87e --- a/jjb/scripts/setup_executor_env.sh +++ b/jjb/scripts/setup_executor_env.sh @@ -56,3 +56,6 @@ echo "$long_line" echo "Executor Downloads cache '$downloads_cache':" ls -lh "$downloads_cache" || true echo "$long_line" +echo "DNS nameserver config in '/etc/resolv.conf':" +cat /etc/resolv.conf || true +echo "$long_line"