diff --git a/Jenkinsfile b/Jenkinsfile index 54391fa..58e2752 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -82,9 +82,11 @@ spec: SEMVER = 'dev' SUITE_NAME = 'bstein_home' PUSHGATEWAY_URL = 'http://platform-quality-gateway.monitoring.svc.cluster.local:9091' - QUALITY_GATE_SONARQUBE_ENFORCE = '1' + SONARQUBE_HOST_URL = 'http://sonarqube.quality.svc.cluster.local:9000' + SONARQUBE_PROJECT_KEY = 'bstein_home' + QUALITY_GATE_SONARQUBE_ENFORCE = '0' QUALITY_GATE_SONARQUBE_REPORT = 'build/sonarqube-quality-gate.json' - QUALITY_GATE_IRONBANK_ENFORCE = '1' + QUALITY_GATE_IRONBANK_ENFORCE = '0' QUALITY_GATE_IRONBANK_REQUIRED = '1' QUALITY_GATE_IRONBANK_REPORT = 'build/ironbank-compliance.json' }