From cfc29440a7a3e4b19d1b3f5c6837ff0c26f894f4 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 09:14:15 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2693ae2..2ac9ea3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -100,11 +100,12 @@ pipeline { sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \ sudo update-alternatives --config python && \ python --version - python -m pip install pip --upgrade + python -m pip install pip sudo apt-get install python3-venv python -m venv venv source venv/bin/activate pip3 --version + pip --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