From 6b07ec2a1d3326713040b2b835eca7dc6f702be2 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 08:05:40 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2276ffc..0fe3fbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,9 +92,11 @@ pipeline { sh """ sudo add-apt-repository ppa:deadsnakes/ppa -y && \ sudo apt install python3.8 -y + sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 + sudo update-alternatives --config python sudo apt install python3-pip -y pip3 --version - python3.8 --version + python --version pip3 install -r requirements.txt pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """