refactor: jenkins 通知发送
This commit is contained in:
parent
1ad1f9a2b9
commit
3fdddef1b9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue