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