From 3a85bc3adaaf574c101e81a510fc66623e1d762d Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Wed, 22 Jan 2020 10:16:46 -0800 Subject: [PATCH] VNFRQTS - Need to update job to pull artifact The job needs to pull data from nexus to run with the latest requirements json file and fail if there is a connection error. Issue-ID: VNFRQTS-798 Signed-off-by: Hagop Bozawglanian Change-Id: I1bf8803ce78fef8ecb9476c1544b8b78994f06b4 --- jjb/vnfrqts/pre-build-needs.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6