From: Hagop Bozawglanian Date: Thu, 23 Jan 2020 22:31:00 +0000 (-0800) Subject: VNFRQTS - Final change to pull and upload data X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=99d38f73a2356b5590130381260ba7fd1379e890;p=ci-management.git VNFRQTS - Final change to pull and upload data Final push to now pull finalized data and upload. Issue-ID: VNFRQTS-798 Signed-off-by: Hagop Bozawglanian Change-Id: I82c7ddc5217fa3bd396ac5acebc89f8621c94231 --- diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh index 77099b17a..c27b55006 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 docs/data/needs.json "https://nexus.onap.org/content/sites/raw/org.onap.vnfrqts.requirements/master/needs.json" && echo "Copied newest needs." || exit 1 tox -e needs \ No newline at end of file