fix(消息通知): 修改接口自动化通知的描述
--bug=1008385 --user=刘瑞斌 【消息通知】jenkins执行场景,机器人通知文案优化 https://www.tapd.cn/55049933/s/1075569
This commit is contained in:
parent
6c054c80d1
commit
619f2c283d
|
@ -187,8 +187,8 @@ public class TestResultService {
|
|||
|
||||
String subject = "";
|
||||
String event = "";
|
||||
String successContext = "${operator}执行接口测试成功: ${name}" + ", 报告: ${reportUrl}";
|
||||
String failedContext = "${operator}执行接口测试失败: ${name}" + ", 报告: ${reportUrl}";
|
||||
String successContext = "${operator}执行接口自动化成功: ${name}" + ", 报告: ${reportUrl}";
|
||||
String failedContext = "${operator}执行接口自动化失败: ${name}" + ", 报告: ${reportUrl}";
|
||||
|
||||
if (StringUtils.equals(ReportTriggerMode.API.name(), report.getTriggerMode())) {
|
||||
subject = Translator.get("task_notification_jenkins");
|
||||
|
|
Loading…
Reference in New Issue