diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-08-19 19:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-19 19:48:48 +0000 |
commit | e69d2e7e6279a877b4e473bbb1627a9d379e749d (patch) | |
tree | 49d15124c85f17ee62a6367ee6f13d97c05b230c | |
parent | 52c3cb5a643064865e6c86e0c366d8d5097d2a15 (diff) | |
parent | fdbaf6e3c68704d4405a4c9e33c7da4ff550f44c (diff) |
Merge "armband: print hostname information"
-rwxr-xr-x | jjb/armband/armband-download-artifact.sh | 2 | ||||
-rwxr-xr-x | jjb/armband/build.sh | 2 |
2 files changed, 4 insertions, 0 deletions
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 |