diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index a21d3e5..82c5b29 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 {