error 128 debugging, potential fix

daily
SLW\ARNAUA 2023-06-15 13:52:51 +02:00
parent 0d33b2ff7f
commit 2125efd077
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -85,7 +85,7 @@ pipeline {
installRetryCount = installRetryCount+1 installRetryCount = installRetryCount+1
} }
sh """ sh """
sudo yum -y python38 python38-devel sudo amazon-linux-extras install python3.8
python3.8 --version python3.8 --version
pip3 install -r requirements.txt pip3 install -r requirements.txt
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git