string interpolation

master
SLW\ARNAUA 2023-06-05 12:06:14 +02:00
parent 567a767d88
commit 6b4604996e
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 ${link}
python3 unzip.py ${file}
wget $link
python3 unzip.py $file
ls -la
'''
}