From 9f8fc158ee2de405b5c5fdffc86ec223db5480f3 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 14:32:20 +0200 Subject: [PATCH] error 128 debugging, potential fix --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e384fbe..2d49053 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -90,8 +90,9 @@ pipeline { sudo apt update sudo apt install python3.8 -y python3.8 --version - pip3 install -r requirements.txt - pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git + sudo update-alternatives --config python + pip3.8 install -r requirements.txt + pip3.8 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """ } }