From 4d9c205ff24dc45d7e8bf2244c231a38156b2b2a Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 21 Apr 2026 20:16:25 -0300 Subject: [PATCH] ci(atlasbot): bind sonarqube token credential --- Jenkinsfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index ae90725..bbbd74c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,6 +73,9 @@ spec: PYTHONUNBUFFERED = '1' SUITE_NAME = 'atlasbot' PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' + SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' + SONARQUBE_PROJECT_KEY = 'atlasbot' + SONARQUBE_TOKEN = credentials('sonarqube-token') QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json' }