string interpolation
parent
2595b2bdf7
commit
55d953f2d6
|
|
@ -74,7 +74,8 @@ pipeline {
|
|||
script {
|
||||
installRetryCount = installRetryCount+1
|
||||
}
|
||||
sh''' "pip3 install --user -r requirements.txt"
|
||||
sh'''
|
||||
pip3 install --user -r requirements.txt
|
||||
wget "${provider}"
|
||||
python3 unzip.py "${link}"
|
||||
ls -la
|
||||
|
|
|
|||
Loading…
Reference in New Issue