This commit is contained in:
2025-05-27 12:03:23 +03:00
parent cae6ef4391
commit f6842957f6
Vendored
+1 -1
View File
@@ -85,7 +85,7 @@ spec:
stage('Build and Deploy') {
steps {
script {
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", "dockerBuildAndPush")
buildAndDeploy("example-app", "example-app-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", false)
}
}
}