From 1c3e4373987c36e2e9e8d307d5f7ff040f473791 Mon Sep 17 00:00:00 2001 From: konsthol Date: Thu, 29 May 2025 13:05:20 +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 5a34824..4acde49 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([