Merge "Fix typo in mac address"
[releng.git] / jjb / 3rd_party_ci / postprocess-netvirt.sh
index abc7975..2e99477 100755 (executable)
@@ -1,4 +1,14 @@
 #!/bin/bash
+set -e
 
-echo "Hello World"
-ls -al $WORKSPACE
+# wipe the WORKSPACE
+if [ -z ${WORKSPACE} ]; then echo "WORKSPACE is unset"; else echo "WORKSPACE is set to \"$WORKSPACE\""; fi
+WORKSPACE=${WORKSPACE:-$PWD}
+/bin/rm -rf $WORKSPACE/*
+set -e
+# clone opnfv sdnvpn repo
+git clone https://gerrit.opnfv.org/gerrit/p/sdnvpn.git $WORKSPACE/sdnvpn
+. $WORKSPACE/sdnvpn/odl-pipeline/odl-pipeline-common.sh
+pushd $LIB
+./post_process.sh
+popd
\ No newline at end of file