error 128 debugging, potential fix
parent
d008cad2c1
commit
9f8fc158ee
|
|
@ -90,8 +90,9 @@ pipeline {
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3.8 -y
|
sudo apt install python3.8 -y
|
||||||
python3.8 --version
|
python3.8 --version
|
||||||
pip3 install -r requirements.txt
|
sudo update-alternatives --config python
|
||||||
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
pip3.8 install -r requirements.txt
|
||||||
|
pip3.8 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue