ci(atlasbot): bind sonarqube token credential

This commit is contained in:
jenkins 2026-04-21 20:16:25 -03:00
parent 7734b93180
commit 4d9c205ff2

3
Jenkinsfile vendored
View File

@ -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'
}