From 5cf12f18dfac042d569d03ce5dfaaf521155a275 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 20:16:19 -0300 Subject: [PATCH] ci(metis): bind sonarqube token credential --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index d64a5b8..b601e78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -89,6 +89,9 @@ spec: TEST_EXIT_CODE_PATH = 'build/test.exitcode' SUITE_NAME = 'metis' PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' + SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' + SONARQUBE_PROJECT_KEY = 'metis' + SONARQUBE_TOKEN = credentials('sonarqube-token') QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json' }