From 69d543b963d16466eb9d4d7972b480eddfaeeaac Mon Sep 17 00:00:00 2001 From: codex Date: Wed, 20 May 2026 02:32:29 -0300 Subject: [PATCH] ci(ariadne): initialize refreshed sonar analysis id --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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: