error 128 debugging, potential fix
parent
9f8fc158ee
commit
29e3f2b034
|
|
@ -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
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue