master
ermisw 2023-05-08 19:35:03 +02:00
parent 67d7de91bf
commit 801286e39f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
stage('install required python packages') {
steps {
sh """
echo "${BITBUCKET_CREDS}"
echo "${env.BITBUCKET_CREDS}"
pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
pip3 install -r requirements.txt
"""