kpi-extension functionality
parent
3cf88478b9
commit
eac91e8061
|
|
@ -100,11 +100,12 @@ pipeline {
|
|||
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \
|
||||
sudo update-alternatives --config python && \
|
||||
python --version
|
||||
python -m pip3 install pip
|
||||
python -m pip install pip
|
||||
ls -la /usr/lib/ | grep python
|
||||
pip3 --version
|
||||
pip3 install -r requirements.txt
|
||||
pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||
curl https://bootstrap.pypa.io/get-pip.py | python3.8
|
||||
python3.8 -m pip --version
|
||||
python3.8 -m pip install -r requirements.txt
|
||||
python3.8 -m pip install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue