From 29e3f2b034e83860b3506db4180429d154a24aa1 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 14:39:17 +0200 Subject: [PATCH] error 128 debugging, potential fix --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2d49053..5f504cc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -91,6 +91,7 @@ pipeline { sudo apt install python3.8 -y python3.8 --version sudo update-alternatives --config python + sudo update-alternatives --set python /usr/bin/python3.8 pip3.8 install -r requirements.txt pip3.8 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """