diff --git a/Jenkinsfile b/Jenkinsfile index 651d0cc..12cd31f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -425,6 +425,7 @@ project_key = os.getenv('SONARQUBE_PROJECT_KEY', '').strip() token = os.getenv('SONARQUBE_TOKEN', '').strip() report_path = os.getenv('QUALITY_GATE_SONARQUBE_REPORT', 'build/sonarqube-quality-gate.json') payload = {"status": "ERROR", "note": "missing SONARQUBE_HOST_URL and/or SONARQUBE_PROJECT_KEY"} +analysis_id = "" def request_json(url: str) -> dict: