summaryrefslogtreecommitdiffstats
path: root/jjb/vnfrqts/pre-build-needs.sh
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-02-11 19:47:37 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-02-12 00:42:28 +0000
commit9328ffef8c14397cb110f010e3afb8a671c0016e (patch)
tree8172019d82545d00215bb023cc28ccb57aa05a59 /jjb/vnfrqts/pre-build-needs.sh
parenta77f93070c0a35334eb6cc85553b3f3a0554b76d (diff)
VNFRQTS - Update JJB to upload artifacts
Update the VNFRQTS JJB to upload RAW artifacts to nexus. Change-Id: I34a3239bbe6d0f757c3f71591c8a2c358e67a0e5 Issue-ID: VNFRQTS-538 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'jjb/vnfrqts/pre-build-needs.sh')
-rw-r--r--jjb/vnfrqts/pre-build-needs.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh
new file mode 100644
index 000000000..da1d5e2d1
--- /dev/null
+++ b/jjb/vnfrqts/pre-build-needs.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+virtualenv $WORKSPACE/venv-tox
+source $WORKSPACE/venv-tox/bin/activate
+pip install --upgrade pip
+pip install -r etc/requirements.txt
+ls
+tox -e needs \ No newline at end of file