Skip to content

Commit

Permalink
[Fix]fix job alert dinky address url (DataLinkDC#3856)
Browse files Browse the repository at this point in the history
Co-authored-by: liujian <[email protected]>
  • Loading branch information
maikouliujian and liujian authored Oct 6, 2024
1 parent e558240 commit e5ca76f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public class JobAlertData {
private static String buildTaskUrl(JobInstance jobInstance) {
return StrFormatter.format(
"{}/#/devops/job-detail?id={}",
SystemConfiguration.getInstances().getDinkyAddr(),
SystemConfiguration.getInstances().getDinkyAddr().getValue(),
jobInstance.getTaskId());
}

Expand Down

0 comments on commit e5ca76f

Please sign in to comment.