version switch to python 3.8 should be successful now
parent
08bafffdc9
commit
8c67708bea
|
|
@ -85,9 +85,9 @@ pipeline {
|
||||||
installRetryCount = installRetryCount+1
|
installRetryCount = installRetryCount+1
|
||||||
}
|
}
|
||||||
sh """
|
sh """
|
||||||
add-apt-repository ppa:deadsnakes/ppa -y
|
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
||||||
apt update
|
sudo apt update && \
|
||||||
apt install python3.8 -y
|
sudo apt install python3.8 -y && \
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue