error 128 debugging, potential fix

daily
SLW\ARNAUA 2023-06-15 14:32:20 +02:00
parent d008cad2c1
commit 9f8fc158ee
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -90,8 +90,9 @@ pipeline {
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
sudo update-alternatives --config python
pip3.8 install -r requirements.txt
pip3.8 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
"""
}
}