mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
chore: 1
This commit is contained in:
@@ -539,7 +539,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
|||||||
//手动执行
|
//手动执行
|
||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
logger.error(`流水线${entity.id}触发${triggerId}失败:`, e);
|
logger.error(`流水线${entity.id}触发${triggerId}失败:${e.message}`);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user