diff --git a/vars/jenkinsPipelineSkeleton.groovy b/vars/jenkinsPipelineSkeleton.groovy index 4acde49..5a34824 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([