ci(ariadne): initialize refreshed sonar analysis id
This commit is contained in:
parent
82780651f7
commit
69d543b963
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user