v2
xiaojunnuo 2025-10-23 00:37:35 +08:00
parent 73883979c6
commit 7ebd8f6bf5
1 changed files with 0 additions and 5 deletions

View File

@ -535,12 +535,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
const res = await this.beforeCheck(entity);
suite = res.suite
} catch (e) {
if(!triggerId){
//手动执行
throw e;
}
logger.error(`流水线${entity.id}触发${triggerId}失败:${e.message}`);
}
const id = entity.id;