diff --git a/backend/app/api/v1/commons/telco.py b/backend/app/api/v1/commons/telco.py index 49a055cd..49656b9a 100644 --- a/backend/app/api/v1/commons/telco.py +++ b/backend/app/api/v1/commons/telco.py @@ -57,7 +57,7 @@ async def getData(start_datetime: date, end_datetime: date, configpath: str): 'formal': test_data['formal'], "startDate": str(start_time_utc), "endDate": str(end_time_utc), - "buildUrl": jenkins_url + str(test_data['cluster_artifacts']['ref']['jenkins_build']), + "buildUrl": jenkins_url + "/" + str(test_data['cluster_artifacts']['ref']['jenkins_build']), "jobStatus": "success", "jobDuration": execution_time_seconds, })