I'm just going to blame Copilot for that one.

This commit is contained in:
2025-05-27 12:25:14 +03:00
parent 30b105eea4
commit ab2e58a5f8

2
Jenkinsfile vendored
View File

@@ -86,7 +86,7 @@ spec:
stage('Build and Deploy') {
steps {
script {
buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", true)
buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", true, false)
}
}
}