diff --git a/Jenkinsfile b/Jenkinsfile index 2397a45..43bd063 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,7 +74,8 @@ pipeline { script { installRetryCount = installRetryCount+1 } - sh''' "pip3 install --user -r requirements.txt" + sh''' + pip3 install --user -r requirements.txt wget "${provider}" python3 unzip.py "${link}" ls -la