sh double quotations fix
parent
bf3de8ae3d
commit
8babf2b74c
|
|
@ -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