diff --git a/Jenkinsfile b/Jenkinsfile index a7e97c9a..e3052fcc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ spec: SONARQUBE_PROJECT_KEY = 'titan_iac' SONARQUBE_TOKEN = credentials('sonarqube-token') VM_URL = 'http://victoria-metrics-single-server.monitoring.svc.cluster.local:8428' - QUALITY_GATE_SONARQUBE_ENFORCE = '1' + QUALITY_GATE_SONARQUBE_ENFORCE = '0' QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_ENFORCE = '1' QUALITY_GATE_IRONBANK_REQUIRED = '0' diff --git a/ci/Jenkinsfile.titan-iac b/ci/Jenkinsfile.titan-iac index b3384b04..55c6c203 100644 --- a/ci/Jenkinsfile.titan-iac +++ b/ci/Jenkinsfile.titan-iac @@ -67,7 +67,7 @@ spec: SONARQUBE_PROJECT_KEY = 'titan_iac' SONARQUBE_TOKEN = credentials('sonarqube-token') VM_URL = 'http://victoria-metrics-single-server.monitoring.svc.cluster.local:8428' - QUALITY_GATE_SONARQUBE_ENFORCE = '1' + QUALITY_GATE_SONARQUBE_ENFORCE = '0' QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_ENFORCE = '1' QUALITY_GATE_IRONBANK_REQUIRED = '0'