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