From 8d7be2f28761fd7f8d02b9097c8edbc989489fc3 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 09:20:56 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 78a4a8d..6f65b4b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -100,9 +100,8 @@ 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 + python -m pip3 install pip pip3 --version - pip --version pip3 install -r requirements.txt pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """