refactor(消息通知): 测试计划默认模版修改

This commit is contained in:
CaptainB 2022-02-23 14:45:37 +08:00 committed by 刘瑞斌
parent 92cd5a492f
commit 9bf4a3f348
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ public class TestPlanReportService {
String event = NoticeConstants.Event.COMPLETE;
String successContext = "${operator}执行的 ${name} 测试计划运行成功, 报告: ${planShareUrl}";
String failedContext = "${operator}执行的 ${name} 测试计划运行失败, 报告: ${planShareUrl}";
String context = "${operator}完成了测试计划: ${name}";
String context = "${operator}完成了测试计划: ${name}, 报告: ${planShareUrl}";
if (StringUtils.equals(testPlanReport.getTriggerMode(), ReportTriggerMode.API.name())) {
subject = Translator.get("task_notification_jenkins");
} else {