string interpolation
parent
567a767d88
commit
6b4604996e
|
|
@ -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
|
||||
'''
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue