ci(ariadne): initialize refreshed sonar analysis id

This commit is contained in:
codex 2026-05-20 02:32:29 -03:00
parent 82780651f7
commit 69d543b963

1
Jenkinsfile vendored
View File

@ -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: