From c0975b95da3fad44398c7f8c1d2f10f5185c4365 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 14:14:58 +0200 Subject: [PATCH] error 128 debugging, potential fix --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4df7e88..d0b042a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -86,10 +86,10 @@ pipeline { } sh """ sudo apt update - sudo apt install software-properties-common - sudo add-apt-repository ppa:deadsnakes/ppa + sudo apt install software-properties-common -y + sudo add-apt-repository ppa:deadsnakes/ppa -y sudo apt update - sudo apt install python3.8 + 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