Skip to content

Commit

Permalink
feat: 流水线级回调与流水线编排解耦 #11283
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Jan 13, 2025
1 parent da44aaa commit 75326fc
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,14 @@ class PipelineRepositoryService constructor(
// 初始化流水线构建统计表
pipelineBuildSummaryDao.create(dslContext, projectId, pipelineId, buildNo)
pipelineModelTaskDao.batchSave(transactionContext, modelTasks)
// 初始化流水线单体回调
savePipelineCallback(
events = model.events,
pipelineId = pipelineId,
userId = userId,
projectId = projectId,
dslContext = transactionContext
)
}
} finally {
lock.unlock()
Expand Down

0 comments on commit 75326fc

Please sign in to comment.