fix
parent
67d7de91bf
commit
801286e39f
|
|
@ -33,7 +33,7 @@
|
||||||
stage('install required python packages') {
|
stage('install required python packages') {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
echo "${BITBUCKET_CREDS}"
|
echo "${env.BITBUCKET_CREDS}"
|
||||||
pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue