diff options
Diffstat (limited to 'jjb')
-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 |