From 4999f33fd7d29bcdb893220c0d7684a03f6447f2 Mon Sep 17 00:00:00 2001 From: konsthol Date: Wed, 28 May 2025 09:58:16 +0300 Subject: [PATCH] This was the most stupid bug in the world, fixed in the smartest way ever --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71c5797..f5f5e19 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,12 +3,11 @@ jenkinsPipelineSkeleton('example-app', [ namespace: 'default', useCustomDocker: false, pullAlways: false, - releaseName: 'custom-name-example-app', helmChart: 'example-app-helm-chart', helmRepo: 'my-helm-repo', version: '1.0.0-SNAPSHOT', useInsecureRegistry: true, - port: 8096, + port: 8095, checkDependencyPipeline: false, dockerTool: 'docker' ])