From aca7bf73e95afb0ada8a4eac534713054f88de59 Mon Sep 17 00:00:00 2001 From: codex Date: Sun, 19 Apr 2026 21:29:40 -0300 Subject: [PATCH] ci(gate): default sonar and supply checks to observe mode --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d5cea57..6ccb52e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,9 +42,11 @@ spec: environment { SUITE_NAME = 'pegasus' 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 = 'pegasus' + QUALITY_GATE_SONARQUBE_ENFORCE = '0' 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_REPORT = 'build/ironbank-compliance.json' }