From a9da5919263d72a31802c8b1e581792bca9a1a52 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 09:05:15 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b67a5c9..20e6984 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,8 +101,11 @@ pipeline { sudo update-alternatives --config python python --version python -m pip install pip --upgrade - python -m pip install pipenv - pipenv --version + sudo apt-get install python3-venv + python -m venv venv + source venv/bin/activate + pip3 --version + ls -la venv/bin pip3 install -r requirements.txt pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """