X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fonap-healthcheck.sh;h=9f1e33155f788b24fd3ed872400c788646f36946;hb=411bad54ec6a0d4e4ea546264678e86566421b0f;hp=6099d0bf223c26d4ebb50d2ccd31b22cb393e988;hpb=4bef02bc2f01d4c8c69a19ae55008e7b4e9fe1b3;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/onap-healthcheck.sh b/jjb/cloud-infra/onap-healthcheck.sh index 6099d0bf..9f1e3315 100644 --- a/jjb/cloud-infra/onap-healthcheck.sh +++ b/jjb/cloud-infra/onap-healthcheck.sh @@ -27,7 +27,8 @@ echo "-------------------------------------------------------------------------" echo "Info: Cloning opnfv/xtesting-onap repository" cd $HOME && /bin/rm -rf $WORKSPACE git clone -q $XTESTING_REPO_URL $WORKSPACE && cd $WORKSPACE -cp /tmp/inventory.ini inventory/inventory.ini +/bin/cp -f /opt/engine/.cache/config/inventory.ini /tmp/inventory.ini || true +/bin/cp -f /tmp/inventory.ini inventory/inventory.ini || true $WORKSPACE/xtesting.sh # vim: set ts=2 sw=2 expandtab: