ci(gate): default sonar and supply checks to observe mode
This commit is contained in:
parent
653f10cdc0
commit
76738daa11
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -35,9 +35,11 @@ spec:
|
|||||||
environment {
|
environment {
|
||||||
SUITE_NAME = 'ananke'
|
SUITE_NAME = 'ananke'
|
||||||
PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091'
|
PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091'
|
||||||
QUALITY_GATE_SONARQUBE_ENFORCE = '1'
|
SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000'
|
||||||
|
SONARQUBE_PROJECT_KEY = 'ananke'
|
||||||
|
QUALITY_GATE_SONARQUBE_ENFORCE = '0'
|
||||||
QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json'
|
QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json'
|
||||||
QUALITY_GATE_IRONBANK_ENFORCE = '1'
|
QUALITY_GATE_IRONBANK_ENFORCE = '0'
|
||||||
QUALITY_GATE_IRONBANK_REQUIRED = '0'
|
QUALITY_GATE_IRONBANK_REQUIRED = '0'
|
||||||
QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json'
|
QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user