From ab2e58a5f89b27be54973b57c5c78fde2d2558ef Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 12:25:14 +0300 Subject: [PATCH] I'm just going to blame Copilot for that one. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 953d7dd..57b83da 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", true) + buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", true, false) } } }