diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-04-01 18:18:11 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-04-01 18:18:11 +0000 |
commit | 81b45090c1ca42876e8e2dc61dc837102b363c0b (patch) | |
tree | 79e9bda64d2d7463df230ba005ea63d4659696eb | |
parent | 64ed47d0f67f4924015699824faa7f28d2c29e66 (diff) |
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 <hagop.bozawglanian@att.com>
-rw-r--r-- | jjb/vnfrqts/pre-build-needs.sh | 1 |
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 |