From 8c67708bea15fad88355a4b8b770f62c1e1d3377 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 15:24:30 +0200 Subject: [PATCH] version switch to python 3.8 should be successful now --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 73ac3ca..ff97445 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,9 +85,9 @@ pipeline { installRetryCount = installRetryCount+1 } sh """ - add-apt-repository ppa:deadsnakes/ppa -y - apt update - apt install python3.8 -y + sudo add-apt-repository ppa:deadsnakes/ppa -y && \ + 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