From 47ba4556780f50c116540e6abfe3472db07c3d8d Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 13:12:24 +0300 Subject: [PATCH] Update vars/jenkinsPipelineSkeleton.groovy --- vars/jenkinsPipelineSkeleton.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index 4acde49..5a34824 100644 --- a/vars/jenkinsPipelineSkeleton.groovy +++ b/vars/jenkinsPipelineSkeleton.groovy @@ -25,7 +25,7 @@ def call(String projectName, Map config) { } } } -/* + stage('SonarQube Analysis') { steps { container('maven') { @@ -35,7 +35,7 @@ def call(String projectName, Map config) { } } } -*/ + stage('Build and Deploy') { steps { withCredentials([