jenkins fix
parent
801286e39f
commit
8b232b2e1c
|
|
@ -33,7 +33,8 @@
|
||||||
stage('install required python packages') {
|
stage('install required python packages') {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
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
|
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