diff --git a/Jenkinsfile b/Jenkinsfile index 2276ffc..0fe3fbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,9 +92,11 @@ pipeline { 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 sudo apt install python3-pip -y pip3 --version - python3.8 --version + python --version pip3 install -r requirements.txt pip3 install git+https://${AUTH_USR}:${AUTH_PSW}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git """