fix(pipeline-service): 修复流水线运行时超过套餐部署次数仍然能够正常运行的bug

This commit is contained in:
xiaojunnuo
2026-05-25 00:15:23 +08:00
parent 5e72f75395
commit 5e59651d45
2 changed files with 39 additions and 0 deletions
@@ -659,6 +659,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
suite = res.suite
} catch (e) {
logger.error(`流水线${entity.id}触发失败(${triggerId}):${e.message}`);
return;
}
const id = entity.id;