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 +}