string interpolation

master
SLW\ARNAUA 2023-06-05 11:36:23 +02:00
parent 3bead75d9f
commit 73f88f9514
1 changed files with 5 additions and 4 deletions

9
Jenkinsfile vendored
View File

@ -74,10 +74,11 @@ pipeline {
script {
installRetryCount = installRetryCount+1
}
sh "pip3 install --user -r requirements.txt"
sh "wget "${provider}""
sh "python3 unzip.py "${link}""
sh "ls -la"
sh''' "pip3 install --user -r requirements.txt"
wget "${provider}"
python3 unzip.py "${link}"
ls -la
'''
}
}
}