From: Hagop Bozawglanian Date: Mon, 20 Jan 2020 23:29:53 +0000 (-0800) Subject: VNFRQTS - Updating jenkins jobs to use python3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F100521%2F2;p=ci-management.git VNFRQTS - Updating jenkins jobs to use python3 Need to update the jenkins jobs that build and upload artifacts to python 3 to run properly. Issue-ID: VNFRQTS-795 Signed-off-by: Hagop Bozawglanian Change-Id: Ida5109c2b4bc395c6d65a2b5afbf19bdaa8bef8d --- diff --git a/jjb/vnfrqts/pre-build-needs.sh b/jjb/vnfrqts/pre-build-needs.sh index da1d5e2d1..77099b17a 100644 --- a/jjb/vnfrqts/pre-build-needs.sh +++ b/jjb/vnfrqts/pre-build-needs.sh @@ -1,6 +1,6 @@ #!/bin/bash -virtualenv $WORKSPACE/venv-tox +virtualenv -p python3.6 $WORKSPACE/venv-tox source $WORKSPACE/venv-tox/bin/activate pip install --upgrade pip pip install -r etc/requirements.txt