chore: history projectId

This commit is contained in:
xiaojunnuo
2026-02-11 18:11:33 +08:00
parent 806a69fef3
commit 638a7f0ab4
15 changed files with 224 additions and 146 deletions
@@ -66,7 +66,8 @@ export class HistoryService extends BaseService<HistoryEntity> {
pipelineId: pipeline.id,
title: pipeline.title,
status: 'start',
triggerType
triggerType,
projectId: pipeline.projectId,
};
const { id } = await this.add(bean);
//清除大于pipeline.keepHistoryCount的历史记录