Disable blocking on buildable queue (Functest)
[releng.git] / jjb / 3rd_party_ci / postprocess-netvirt.sh
index abc7975..7965142 100755 (executable)
@@ -1,4 +1,11 @@
 #!/bin/bash
+set -o errexit
+set -o nounset
+set -o pipefail
 
-echo "Hello World"
-ls -al $WORKSPACE
+# 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