error 128 degbugging

daily
SLW\ARNAUA 2023-06-15 12:14:07 +02:00
parent 974c913587
commit f028dc1099
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -111,7 +111,7 @@ pipeline {
}
sh """
pip3 install -r requirements.txt
pip3 install -r git+https://${user}:${pw}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
pip3 install git+https://${user}:${pw}@atc.bmwgroup.net/bitbucket/scm/opapm/keyrequestparser.git
"""
}
}