Skip to content

Commit

Permalink
fix: Fix sonar dashboard url (#140)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-13134
Related: #140
Change-Id: I9502457a71e300e4878856fc54900d7c58321cf5
  • Loading branch information
callmevladik committed Jan 29, 2024
1 parent d786b53 commit b6e48e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ export const Summary = ({ codebaseData, codebaseBranchData, pipelineRuns }: Summ
icon={ICONS.SONAR}
externalLink={LinkCreationService.sonar.createDashboardLink(
EDPComponentsURLS?.[SYSTEM_EDP_COMPONENTS.SONAR],
codebaseBranchData.spec.branchName,
codebaseData.metadata.name
codebaseData.metadata.name,
codebaseBranchData.spec.branchName
)}
configurationLink={{
routeName: routeEDPSonarIntegration.path,
Expand Down

0 comments on commit b6e48e4

Please sign in to comment.