summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-03-27 21:35:10 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-03-27 21:35:10 +0000
commit8f730a334f201d5979b7738787ee11876acb264a (patch)
tree99c096bea7cf9c3c669809af694c0159dfe89fbb /jjb/vnfrqts
parent1cd89539980cc0745f219924f311fba546286aef (diff)
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 <hagop.bozawglanian@att.com>
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 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