diff --git a/Jenkinsfile b/Jenkinsfile index bbf902c..712c58f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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