ci(pegasus): bind sonarqube token credential
This commit is contained in:
parent
ed7af57d00
commit
befe71ebea
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -43,6 +43,7 @@ spec:
|
|||||||
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_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000'
|
||||||
SONARQUBE_PROJECT_KEY = 'pegasus'
|
SONARQUBE_PROJECT_KEY = 'pegasus'
|
||||||
|
SONARQUBE_TOKEN = credentials('sonarqube-token')
|
||||||
QUALITY_GATE_SONARQUBE_ENFORCE = '0'
|
QUALITY_GATE_SONARQUBE_ENFORCE = '0'
|
||||||
QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json'
|
QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json'
|
||||||
QUALITY_GATE_IRONBANK_ENFORCE = '0'
|
QUALITY_GATE_IRONBANK_ENFORCE = '0'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user