From 54ffc65165c255e72979724a692f1f79aab4ccd3 Mon Sep 17 00:00:00 2001 From: codex Date: Tue, 21 Apr 2026 20:16:13 -0300 Subject: [PATCH] ci(ariadne): bind sonarqube token credential --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index afe7b99..dc5715f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,6 +81,9 @@ spec: JUNIT_XML = 'build/junit.xml' SUITE_NAME = 'ariadne' PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' + SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' + SONARQUBE_PROJECT_KEY = 'ariadne' + SONARQUBE_TOKEN = credentials('sonarqube-token') QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json' BUILDKIT_IMAGE = 'registry.bstein.dev/bstein/buildkit:buildx-stable-1'