fix updating urls
This commit is contained in:
parent
dff4939c7b
commit
147ae5003c
|
@ -26,7 +26,7 @@ node('linux') {
|
|||
//)
|
||||
sh """
|
||||
sed -i -e \\
|
||||
's#${param}=.*#${param}=\"${url}\"#g' \\
|
||||
's#${param}=.*#${param}=\"${params.get(param)}\"#g' \\
|
||||
env.sh
|
||||
"""
|
||||
changes++
|
||||
|
|
Loading…
Reference in New Issue