string interpolation

master
SLW\ARNAUA 2023-06-05 12:00:37 +02:00
parent 842fff0ff7
commit 567a767d88
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -76,8 +76,8 @@ pipeline {
}
sh'''
pip3 install --user -r requirements.txt
wget ${provider}
python3 unzip.py ${link}
wget ${link}
python3 unzip.py ${file}
ls -la
'''
}