This commit is contained in:
xiaojunnuo
2024-12-27 22:40:07 +08:00
parent 8644348fc4
commit 67af67b92d
3 changed files with 11 additions and 1 deletions

View File

@@ -348,6 +348,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
await super.delete([id]);
await this.historyService.deleteByPipelineId(id);
await this.historyLogService.deleteByPipelineId(id);
await this.certInfoService.deleteByPipelineId(id);
}
async clearTriggers(id: number) {