From 2125efd077ac10b76a1ba080dd0185e82d65c172 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 13:52:51 +0200 Subject: [PATCH] error 128 debugging, potential fix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b7defd9..d7a9a7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,7 +85,7 @@ pipeline { installRetryCount = installRetryCount+1 } sh """ - sudo yum -y python38 python38-devel + sudo amazon-linux-extras install python3.8 python3.8 --version pip3 install -r requirements.txt pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git