From 30b105eea4914531cfc64b5c69f843c66a3aa3b0 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 12:03:45 +0300 Subject: [PATCH] what is estonia up to now ... --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 46d891f..953d7dd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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", "customDockerBuildAndPush") + buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", true) } } }