version switch to python 3.8 should be successful now

daily
SLW\ARNAUA 2023-06-15 15:14:25 +02:00
parent c1c51b17c2
commit 08bafffdc9
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -85,9 +85,9 @@ pipeline {
installRetryCount = installRetryCount+1
}
sh """
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt update
sudo apt install python3.8 -y
add-apt-repository ppa:deadsnakes/ppa -y
apt update
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