mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
chore: 1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user