Skip to content

Commit

Permalink
[Feature][Notification] Notification add job view link
Browse files Browse the repository at this point in the history
  • Loading branch information
putin.cao committed May 21, 2024
1 parent ebb8507 commit 811bcc7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private void sendErrorEmail(Long jobExecutionId) {
String fqdn;
if (jobId == -1L) {
jobName = jobExecution.getName();
fqdn = CommonPropertyUtils.getString(CommonPropertyUtils.DATAVINES_FQDN)+"/#/main/home";
} else {
JobService jobService = jobExternalService.getJobService();
Job job = jobService.getById(jobId);
Expand Down

0 comments on commit 811bcc7

Please sign in to comment.