Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-29 13:05:20 +03:00
parent 785f49d13d
commit 1c3e437398

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 {
withCredentials([