From: Alexandru Avadanii Date: Fri, 19 Aug 2016 15:23:41 +0000 (+0200) Subject: armband: print hostname information X-Git-Tag: colorado.1.0~135^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F19077%2F3;p=releng.git armband: print hostname information Change-Id: I41c785e8f5bb57fe56d8292a9a62dc0b1af70d21 Signed-off-by: Alexandru Avadanii --- diff --git a/jjb/armband/armband-download-artifact.sh b/jjb/armband/armband-download-artifact.sh index 7d01c09cf..ed7897b8e 100755 --- a/jjb/armband/armband-download-artifact.sh +++ b/jjb/armband/armband-download-artifact.sh @@ -10,6 +10,8 @@ set -o errexit set -o pipefail +echo "Host info: $(hostname) $(hostname -I)" + # Configurable environment variables: # ISOSTORE (/iso_mount/opnfv_ci) 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