From d9dac6b736ad885d635a56857c169caddf102a7a Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Fri, 16 Jun 2023 09:55:31 +0200 Subject: [PATCH] kpi-extension functionality --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f80861a..f738ae2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,14 +94,14 @@ pipeline { // echo 'fi' >> ~/.bashrc // pip3 --version // cat ~/.bashrc + + // python -m pip install pip sh """ sudo add-apt-repository ppa:deadsnakes/ppa -y && \ sudo apt install python3.8 -y && \ sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1 && \ sudo update-alternatives --config python && \ python --version - python -m pip install pip - ls -la /usr/lib/ | grep python curl https://bootstrap.pypa.io/get-pip.py | python3.8 python3.8 -m pip --version python3.8 -m pip install -r requirements.txt