kpi-extension functionality

daily
QXZ3NHY 2023-06-16 08:39:32 +02:00
parent a2d2e2ce84
commit 5c8cfed082
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -100,7 +100,12 @@ pipeline {
sudo update-alternatives --config python
python --version
python -m pip install pip
cp ~/.bashrc ~/.bashrc_bak
echo 'if [ -d "$HOME/.local/bin" ] ; then' >> ~/.bashrc
echo ' PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
echo 'fi' >> ~/.bashrc
pip3 --version
pip --version
cat ~/.bashrc
pip3 install -r requirements.txt
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git