Skip to content

Commit

Permalink
feat: 流水线级回调与流水线编排解耦 #11283
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Jan 15, 2025
1 parent 0fd4e2d commit 4b9238c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,8 @@ class PipelineRepositoryService constructor(
pipelineId = pipelineId,
event = null
).let { records ->
if (!records.isEmpty()) {// 填充流水线级别回调
if (!records.isEmpty()) {
// 填充流水线级别回调
resource?.model?.events = records.associate {
it.name to PipelineCallbackEvent(
callbackEvent = CallBackEvent.valueOf(it.eventType),
Expand Down

0 comments on commit 4b9238c

Please sign in to comment.