Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-29 10:04:37 +03:00
parent daa6e33051
commit 301430394d

View File

@@ -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 {