From 97466b8ef3a5d4f8d26d3012429ea1885ed68d1d Mon Sep 17 00:00:00 2001 From: Ben Patterson Date: Tue, 21 Mar 2017 08:07:10 -0400 Subject: [PATCH] Echo hostname for easier troubleshooting on new relic. --- scripts/jenkins-common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/jenkins-common.sh b/scripts/jenkins-common.sh index 02d87996d2..f51bf02159 100644 --- a/scripts/jenkins-common.sh +++ b/scripts/jenkins-common.sh @@ -68,3 +68,5 @@ npm cache clean TIMESTAMP=$(date +%s) export PAVER_TIMER_LOG="test_root/log/timing.paver.$TIMESTAMP.log" export ANSIBLE_TIMER_LOG="test_root/log/timing.ansible.$TIMESTAMP.log" + +echo "This node is `curl http://169.254.169.254/latest/meta-data/hostname`"