chore: Set -Dsonar.qualitygate.wait constantly to true
This commit is contained in:
parent
e2a52fd44d
commit
26bb72e28e
@ -18,8 +18,8 @@
|
||||
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"
|
||||
"-Dsonar.projectName=$SONAR_PROJECT_NAME"
|
||||
"-Dsonar.exclusions=$SONAR_EXCLUSIONS"
|
||||
"-Dsonar.qualitygate.wait=$SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER"
|
||||
"-Dsonar.qualitygate.timeout=$SONAR_QUERY_INTERVAL_BUILD_BREAKER"
|
||||
"-Dsonar.qualitygate.wait=true"
|
||||
"-Dsonar.qualitygate.timeout=300"
|
||||
|
||||
.sonar-template-gradle:
|
||||
extends: .sonar-template-common
|
||||
@ -31,5 +31,5 @@
|
||||
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"
|
||||
"-Dsonar.projectName=$SONAR_PROJECT_NAME"
|
||||
"-Dsonar.exclusions=$SONAR_EXCLUSIONS"
|
||||
"-Dsonar.qualitygate.wait=$SONAR_QUERY_MAX_ATTEMPTS_BUILD_BREAKER"
|
||||
"-Dsonar.qualitygate.wait=$SONAR_QUALITYGATE_WAIT"
|
||||
"-Dsonar.qualitygate.timeout=$SONAR_QUERY_INTERVAL_BUILD_BREAKER"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user