refactor: jenkins 通知发送

This commit is contained in:
Captain.B 2021-08-30 10:29:24 +08:00 committed by 刘瑞斌
parent 1ad1f9a2b9
commit 3fdddef1b9
1 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ public class ApiScenarioReportService {
apiScenarioMapper.updateByPrimaryKey(scenario); apiScenarioMapper.updateByPrimaryKey(scenario);
// 发送通知 // 发送通知
sendNotice(scenario); // sendNotice(scenario);
} }
} }
returnReport = report; returnReport = report;
@ -381,7 +381,7 @@ public class ApiScenarioReportService {
apiScenarioMapper.updateByPrimaryKey(scenario); apiScenarioMapper.updateByPrimaryKey(scenario);
// 发送通知 // 发送通知
sendNotice(scenario); // sendNotice(scenario);
} }
lastReport = report; lastReport = report;