fix
parent
8b232b2e1c
commit
834c47978a
|
|
@ -33,9 +33,7 @@
|
||||||
stage('install required python packages') {
|
stage('install required python packages') {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
python --version
|
pip3 install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||||
pip install --upgrade pip
|
|
||||||
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