X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2F3rd_party_ci%2Fcreate-apex-vms.sh;h=0744ac89a48ec32a990cca38e255dc31243faaa6;hb=f51249c644d7535999eef5ec5f0e6f4ecb780d66;hp=f350671428964af4fd42d97d72a2ce84a89b11f7;hpb=4f903e068d06a90b83629f1d742f270aa031dc1e;p=releng.git diff --git a/jjb/3rd_party_ci/create-apex-vms.sh b/jjb/3rd_party_ci/create-apex-vms.sh index f35067142..0744ac89a 100755 --- a/jjb/3rd_party_ci/create-apex-vms.sh +++ b/jjb/3rd_party_ci/create-apex-vms.sh @@ -1,8 +1,12 @@ #!/bin/bash -set -e +set -o errexit +set -o nounset +set -o pipefail + # 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 ./test_environment.sh --env-number $APEX_ENV_NUMBER --cloner-info $CLONER_INFO --snapshot-disks $SNAPSHOT_DISKS --vjump-hosts $VIRTUAL_JUMPHOSTS -popd \ No newline at end of file +popd