refactor: jenkins 通知发送
This commit is contained in:
parent
1ad1f9a2b9
commit
3fdddef1b9
|
@ -275,7 +275,7 @@ public class ApiScenarioReportService {
|
|||
|
||||
apiScenarioMapper.updateByPrimaryKey(scenario);
|
||||
// 发送通知
|
||||
sendNotice(scenario);
|
||||
// sendNotice(scenario);
|
||||
}
|
||||
}
|
||||
returnReport = report;
|
||||
|
@ -381,7 +381,7 @@ public class ApiScenarioReportService {
|
|||
|
||||
apiScenarioMapper.updateByPrimaryKey(scenario);
|
||||
// 发送通知
|
||||
sendNotice(scenario);
|
||||
// sendNotice(scenario);
|
||||
}
|
||||
|
||||
lastReport = report;
|
||||
|
|
Loading…
Reference in New Issue