kpi-extension functionality

daily
QXZ3NHY 2023-06-16 08:05:40 +02:00
parent 42a421c18f
commit 6b07ec2a1d
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -92,9 +92,11 @@ pipeline {
sh """
sudo add-apt-repository ppa:deadsnakes/ppa -y && \
sudo apt install python3.8 -y
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
sudo update-alternatives --config python
sudo apt install python3-pip -y
pip3 --version
python3.8 --version
python --version
pip3 install -r requirements.txt
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
"""