error 128 debugging, potential fix
parent
2125efd077
commit
3721ee58c7
|
|
@ -85,7 +85,7 @@ pipeline {
|
||||||
installRetryCount = installRetryCount+1
|
installRetryCount = installRetryCount+1
|
||||||
}
|
}
|
||||||
sh """
|
sh """
|
||||||
sudo amazon-linux-extras install python3.8
|
cat /etc/os-release
|
||||||
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