From 81b45090c1ca42876e8e2dc61dc837102b363c0b Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Mon, 1 Apr 2019 18:18:11 +0000 Subject: [PATCH] VNFRQTS - Modify build to keep history in JSON Now that the updated JSON artifact includes the history, I need to pull it down before the build to keep the history. Change-Id: Iae92ba2a1fce8064c39f7c5245c07cdc9c161ec7 Issue-ID: VNFRQTS-614 Signed-off-by: Hagop Bozawglanian --- 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 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 -- 2.16.6