automated terminal push
This commit is contained in:
8
infrastructure/foundation/Jenkinsfile
vendored
8
infrastructure/foundation/Jenkinsfile
vendored
@@ -213,7 +213,7 @@ pipeline {
|
||||
stage('🔍 SonarQube Analysis') {
|
||||
when {
|
||||
allOf {
|
||||
not { params.SKIP_SONAR }
|
||||
expression { !params.SKIP_SONAR }
|
||||
expression { params.ACTION != 'cleanup' }
|
||||
}
|
||||
}
|
||||
@@ -296,7 +296,7 @@ sonar.tags=terraform,infrastructure,enterprise-cicd
|
||||
stage('🎯 Quality Gate') {
|
||||
when {
|
||||
allOf {
|
||||
not { params.SKIP_SONAR }
|
||||
expression { !params.SKIP_SONAR }
|
||||
expression { params.ACTION != 'cleanup' }
|
||||
}
|
||||
}
|
||||
@@ -362,7 +362,7 @@ sonar.tags=terraform,infrastructure,enterprise-cicd
|
||||
when {
|
||||
allOf {
|
||||
expression { params.ACTION == 'apply' }
|
||||
not { params.SKIP_BOOTSTRAP }
|
||||
expression { !params.SKIP_BOOTSTRAP }
|
||||
}
|
||||
}
|
||||
steps {
|
||||
@@ -517,7 +517,7 @@ EOF
|
||||
when {
|
||||
allOf {
|
||||
expression { params.ACTION == 'apply' }
|
||||
not { params.AUTO_APPROVE }
|
||||
expression { !params.AUTO_APPROVE }
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user