string interpolation

master
SLW\ARNAUA 2023-06-05 11:44:57 +02:00
parent 2595b2bdf7
commit 55d953f2d6
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -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