Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-29 11:02:39 +03:00
parent 301430394d
commit 4b2be9d300

View File

@@ -25,7 +25,7 @@ def call(String projectName, Map config) {
} }
} }
} }
/*
stage('SonarQube Analysis') { stage('SonarQube Analysis') {
steps { steps {
container('maven') { container('maven') {
@@ -35,7 +35,7 @@ def call(String projectName, Map config) {
} }
} }
} }
*/
stage('Build and Deploy') { stage('Build and Deploy') {
steps { steps {
script { script {