summaryrefslogtreecommitdiffstats
path: root/jjb/vpp/include-raw-vpp-build.sh
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-05-16 14:50:46 -0500
committerEd Warnicke <eaw@cisco.com>2016-05-16 14:50:46 -0500
commit59a041e679eb4af1e2a534c4dfb234c2fa26279a (patch)
treeb218cf7b58df7e488db63bf5f9b55691b008193d /jjb/vpp/include-raw-vpp-build.sh
parent39f70768ba8149972ce55f805a76029a8711bf7b (diff)
Instrument Jenkins images/builds (take2)
Change-Id: I167cb259fce64f96d385294268a78bf6d161c8de Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb/vpp/include-raw-vpp-build.sh')
-rw-r--r--jjb/vpp/include-raw-vpp-build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh
index 84a77129b..05d6d5d74 100644
--- a/jjb/vpp/include-raw-vpp-build.sh
+++ b/jjb/vpp/include-raw-vpp-build.sh
@@ -18,6 +18,13 @@ else
echo "Cannot find cat /etc/bootstrap.sha"
fi
+echo "cat /etc/bootstrap-functions.sha"
+if [ -f /etc/bootstrap-functions.sha ];then
+ cat /etc/bootstrap-functions.sha
+else
+ echo "Cannot find cat /etc/bootstrap-functions.sha"
+fi
+
echo "shasum of this script: ${0}"
shasum $0