From 834c47978ab4f18bb4a3d5590a019d36871299ab Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 9 May 2023 09:14:50 +0200 Subject: [PATCH] fix --- jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index 914e8bc..c94f677 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -33,9 +33,7 @@ stage('install required python packages') { steps { sh """ - python --version - pip install --upgrade pip - pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git + pip3 install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git pip3 install -r requirements.txt """ }