diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-08-19 17:23:41 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-19 19:44:20 +0000 |
commit | fdbaf6e3c68704d4405a4c9e33c7da4ff550f44c (patch) | |
tree | 86020850e5eebab013d5a906abb93a82a799d08f /jjb/armband/build.sh | |
parent | 23f9930c322b13a1996b6e927b126bfb3d0acf8a (diff) |
armband: print hostname information
Change-Id: I41c785e8f5bb57fe56d8292a9a62dc0b1af70d21
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/armband/build.sh')
-rwxr-xr-x | jjb/armband/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |