From fdbaf6e3c68704d4405a4c9e33c7da4ff550f44c Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 19 Aug 2016 17:23:41 +0200 Subject: armband: print hostname information Change-Id: I41c785e8f5bb57fe56d8292a9a62dc0b1af70d21 Signed-off-by: Alexandru Avadanii --- jjb/armband/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/armband/build.sh') diff --git a/jjb/armband/build.sh b/jjb/armband/build.sh index 26c46d2fc..01d09aa28 100755 --- a/jjb/armband/build.sh +++ b/jjb/armband/build.sh @@ -12,6 +12,8 @@ set -o errexit set -o nounset set -o pipefail +echo "Host info: $(hostname) $(hostname -I)" + cd $WORKSPACE # remove the expired items from cache -- cgit 1.2.3-korg