diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index bbd12ed..4d536d2 100644 --- a/vars/jenkinsPipelineSkeleton.groovy +++ b/vars/jenkinsPipelineSkeleton.groovy @@ -66,8 +66,8 @@ def call(String projectName, Map config) { } } } - } - + } + } post { success { echo "Build for '${projectName}' was successful!" @@ -79,4 +79,4 @@ def call(String projectName, Map config) { } } } -} +} \ No newline at end of file