Skip to content

Commit

Permalink
Fixing jenkins url
Browse files Browse the repository at this point in the history
Signed-off-by: vishnuchalla <[email protected]>
  • Loading branch information
vishnuchalla committed May 23, 2024
1 parent b79e261 commit 75f424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/v1/commons/telco.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit 75f424b

Please sign in to comment.