error 128 debugging, potential fix

daily
SLW\ARNAUA 2023-06-15 14:39:17 +02:00
parent 9f8fc158ee
commit 29e3f2b034
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -91,6 +91,7 @@ pipeline {
sudo apt install python3.8 -y sudo apt install python3.8 -y
python3.8 --version python3.8 --version
sudo update-alternatives --config python sudo update-alternatives --config python
sudo update-alternatives --set python /usr/bin/python3.8
pip3.8 install -r requirements.txt pip3.8 install -r requirements.txt
pip3.8 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git pip3.8 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
""" """