diff --git a/Jenkinsfile b/Jenkinsfile index 09f6fd0..5bfca89 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 """ } }