From: Hagop Bozawglanian Date: Wed, 27 Mar 2019 21:35:10 +0000 (+0000) Subject: VNFRQTS - Fix history issue in JSON X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8f730a334f201d5979b7738787ee11876acb264a;p=ci-management.git VNFRQTS - Fix history issue in JSON Need to be able to pull previous JSON so it doesn't ovverride the entire JSON, but just the proper section. Change-Id: Id5165acbad893359e0aeab3fd51b87d161089c9e Issue-ID: VNFRQTS-532 Signed-off-by: Hagop Bozawglanian --- diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh index da1d5e2d1..c5fb7b64e 100644 --- a/jjb/vnfrqts/pre-build-needs.sh +++ b/jjb/vnfrqts/pre-build-needs.sh @@ -5,4 +5,5 @@ source $WORKSPACE/venv-tox/bin/activate pip install --upgrade pip pip install -r etc/requirements.txt ls +wget -O $WORKSPACE/docs/data/needs.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" tox -e needs \ No newline at end of file