mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +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);
|
const res = await this.beforeCheck(entity);
|
||||||
suite = res.suite
|
suite = res.suite
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if(!triggerId){
|
|
||||||
//手动执行
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
logger.error(`流水线${entity.id}触发${triggerId}失败:${e.message}`);
|
logger.error(`流水线${entity.id}触发${triggerId}失败:${e.message}`);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const id = entity.id;
|
const id = entity.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user