ci(gate): default sonar and supply checks to observe mode
This commit is contained in:
parent
eb05d0bd50
commit
783b089af2
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -81,9 +81,11 @@ spec:
|
|||||||
JUNIT_XML = 'build/junit.xml'
|
JUNIT_XML = 'build/junit.xml'
|
||||||
SUITE_NAME = 'ariadne'
|
SUITE_NAME = 'ariadne'
|
||||||
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 = 'ariadne'
|
||||||
|
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 = '1'
|
QUALITY_GATE_IRONBANK_REQUIRED = '1'
|
||||||
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