Update vars/buildAndDeploy.groovy
This commit is contained in:
@@ -11,7 +11,7 @@ def call(String appName, String helmChartPath, String helmRepoName, String names
|
|||||||
}
|
}
|
||||||
stage('Package helm chart') {
|
stage('Package helm chart') {
|
||||||
script {
|
script {
|
||||||
makeHelmChart("${helmChartPath}/${appName}")
|
makeHelmChart("${helmChartPath}/${appName}",helmChartVersion)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Upload helm chart') {
|
stage('Upload helm chart') {
|
||||||
|
|||||||
Reference in New Issue
Block a user