summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-22 10:16:46 -0800
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-22 10:16:46 -0800
commit3a85bc3adaaf574c101e81a510fc66623e1d762d (patch)
tree3fdcc86b56ea34afc27c8f0e6ac4312e5f8da85c /jjb/vnfrqts
parentf15350c439fa1c972c271b05fd8352e4da0f3cb9 (diff)
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 <hagop.bozawglanian@att.com> Change-Id: I1bf8803ce78fef8ecb9476c1544b8b78994f06b4
Diffstat (limited to 'jjb/vnfrqts')
-rw-r--r--jjb/vnfrqts/pre-build-needs.sh1
1 files changed, 1 insertions, 0 deletions
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