kpi-extension functionality
parent
c113cb3c0e
commit
04c7c53065
|
|
@ -92,7 +92,9 @@ pipeline {
|
|||
sh """
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
|
||||
sudo apt install python3.8 -y
|
||||
python3.8 -m pip install pip
|
||||
pip3.8 --version
|
||||
pip3 --version
|
||||
python3.8 --version
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue