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