kpi-extension functionality

daily
QXZ3NHY 2023-06-16 09:05:15 +02:00
parent 3edf392a7e
commit a9da591926
1 changed files with 5 additions and 2 deletions

7
Jenkinsfile vendored
View File

@ -101,8 +101,11 @@ pipeline {
sudo update-alternatives --config python sudo update-alternatives --config python
python --version python --version
python -m pip install pip --upgrade python -m pip install pip --upgrade
python -m pip install pipenv sudo apt-get install python3-venv
pipenv --version python -m venv venv
source venv/bin/activate
pip3 --version
ls -la venv/bin
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
""" """