From 5c8cfed082411fc79569d443b04326c1434172a2 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 08:39:32 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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