From 785f49d13dcbb4f5b66aaad68a8cf27ce30f22a1 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 12:48:06 +0300 Subject: [PATCH] Fix PC Load Letter Error --- vars/jenkinsPipelineSkeleton.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index 592660f..5a34824 100644 --- a/vars/jenkinsPipelineSkeleton.groovy +++ b/vars/jenkinsPipelineSkeleton.groovy @@ -51,7 +51,7 @@ def call(String projectName, Map config) { def dbUser = USERNAME def dbPass = PASSWORD - + buildAndDeploy( projectName, config.helmChart, @@ -67,7 +67,7 @@ def call(String projectName, Map config) { } } } - } + } } post { success { @@ -80,4 +80,4 @@ def call(String projectName, Map config) { } } } -} \ No newline at end of file +}