fix
parent
8b232b2e1c
commit
834c47978a
|
|
@ -33,9 +33,7 @@
|
|||
stage('install required python packages') {
|
||||
steps {
|
||||
sh """
|
||||
python --version
|
||||
pip install --upgrade pip
|
||||
pip install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||
pip3 install git+https://${BITBUCKET_CREDS}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
|
||||
pip3 install -r requirements.txt
|
||||
"""
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue