From 06c77ff09ffbd00218c054a68dc81003805c680f Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 15 Jun 2023 16:04:23 +0200 Subject: [PATCH] version switch to python 3.8 should be successful now --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 153c2d4..59fbb58 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,6 +89,7 @@ pipeline { sudo apt update && \ sudo apt install python3.8 -y && \ python3.8 --version + pip3 --version pip3 install -r requirements.txt pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """