Merge "Fix typo in mac address"
[releng.git] / jjb / 3rd_party_ci / download-netvirt-artifact.sh
index 671a5fe..0a48e3a 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/bash
+set -e
+
+# wipe the WORKSPACE
+/bin/rm -rf $WORKSPACE/*
 
 echo "Attempting to fetch the artifact location from ODL Jenkins"
 CHANGE_DETAILS_URL="https://git.opendaylight.org/gerrit/changes/netvirt~master~$GERRIT_CHANGE_ID/detail"