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`"