fix
parent
67d7de91bf
commit
801286e39f
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue