kpi-extension functionality
parent
a2d2e2ce84
commit
5c8cfed082
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue