changed single quotes to double
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def call(String chartPath) {
|
||||
container('helm') {
|
||||
sh 'helm package ${chartPath}'
|
||||
sh "helm package ${chartPath}"
|
||||
echo "Helm chart packaged successfully: ${chartPath}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user