From 667b72bbcbcefe6f734de4470ba5501a0ccd3387 Mon Sep 17 00:00:00 2001 From: konsthol Date: Tue, 27 May 2025 13:32:58 +0300 Subject: [PATCH] this should fix it --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 57b83da..3418c83 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, false) + buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", true, false, 8091) } } }