kpi-extension functionality
parent
e26667984d
commit
8d7be2f287
|
|
@ -100,9 +100,8 @@ pipeline {
|
||||||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
||||||
sudo update-alternatives --config python && \
|
sudo update-alternatives --config python && \
|
||||||
python --version
|
python --version
|
||||||
python -m pip install pip
|
python -m pip3 install pip
|
||||||
pip3 --version
|
pip3 --version
|
||||||
pip --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