Update vars/jenkinsPipelineSkeleton.groovy
This commit is contained in:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user