changed single quotes to double
This commit is contained in:
@@ -6,7 +6,7 @@ def call(String releaseName, String chartRepo, String chartName, String version,
|
||||
helmCommand += " --set ${key}=${value}"
|
||||
}
|
||||
|
||||
sh 'helmCommand'
|
||||
echo "Helm chart ${chartName} deployed -> $kubeApi"
|
||||
sh "${helmCommand}"
|
||||
echo "Helm chart ${chartName} deployed -> ${kubeApi}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user