From 8b232b2e1cba3473f844389b81a83c49c23880fc Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 9 May 2023 09:08:35 +0200 Subject: [PATCH] jenkins fix --- jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 6cb0206..914e8bc 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -33,7 +33,8 @@ stage('install required python packages') { steps { sh """ - echo "${env.BITBUCKET_CREDS}" + python --version + pip install --upgrade pip pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git pip3 install -r requirements.txt """