summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-23 14:31:00 -0800
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-23 14:31:00 -0800
commit99d38f73a2356b5590130381260ba7fd1379e890 (patch)
tree878ba0f8c7ebc87934f0ffc8d7bab72f48c9c861 /jjb
parenta7bf0868abf5aacf41ee6b91844f3e00f0b9ff0a (diff)
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 <hagop.bozawglanian@att.com> Change-Id: I82c7ddc5217fa3bd396ac5acebc89f8621c94231
Diffstat (limited to 'jjb')
-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