fix updating urls

This commit is contained in:
Jakub Sokołowski 2018-08-17 10:50:48 -04:00
parent dff4939c7b
commit 147ae5003c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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++