From 4b2be9d3002cd677acb895263b4776d0ae6740e2 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 11:02:39 +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 82c5b29..a21d3e5 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 { script {