ci(ariadne): bind sonarqube token credential
This commit is contained in:
parent
831a0fda1b
commit
54ffc65165
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -81,6 +81,9 @@ spec:
|
|||||||
JUNIT_XML = 'build/junit.xml'
|
JUNIT_XML = 'build/junit.xml'
|
||||||
SUITE_NAME = 'ariadne'
|
SUITE_NAME = 'ariadne'
|
||||||
PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091'
|
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_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json'
|
||||||
QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json'
|
QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json'
|
||||||
BUILDKIT_IMAGE = 'registry.bstein.dev/bstein/buildkit:buildx-stable-1'
|
BUILDKIT_IMAGE = 'registry.bstein.dev/bstein/buildkit:buildx-stable-1'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user