string interpolation
parent
3bead75d9f
commit
73f88f9514
|
|
@ -74,10 +74,11 @@ pipeline {
|
|||
script {
|
||||
installRetryCount = installRetryCount+1
|
||||
}
|
||||
sh "pip3 install --user -r requirements.txt"
|
||||
sh "wget "${provider}""
|
||||
sh "python3 unzip.py "${link}""
|
||||
sh "ls -la"
|
||||
sh''' "pip3 install --user -r requirements.txt"
|
||||
wget "${provider}"
|
||||
python3 unzip.py "${link}"
|
||||
ls -la
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue