error 128 debugging, potential fix

daily
SLW\ARNAUA 2023-06-15 14:14:58 +02:00
parent fa3a84cbab
commit c0975b95da
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -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