changed single quotes to double
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def call(String repoName, String repoUrl) {
|
||||
container('helm') {
|
||||
sh 'helm repo add ${repoName} ${repoUrl}'
|
||||
sh "helm repo add ${repoName} ${repoUrl}"
|
||||
sh 'helm repo update'
|
||||
echo "Helm repository '${repoName}' added and updated"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user