Skip to content

Commit

Permalink
feat:支持针对构建重放事件 #11232
Browse files Browse the repository at this point in the history
  • Loading branch information
hejieehe committed Jan 9, 2025
1 parent 764c2b1 commit 6f0b7fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2764,6 +2764,11 @@ class PipelineBuildFacadeService(
}

StartType.PIPELINE -> {
buildVariableService.getAllVariable(
projectId = projectId,
pipelineId = pipelineId,
buildId = buildId
).forEach { (key, value) -> startParameters[key] = value }
EmptyElement()
}
} == null
Expand Down

0 comments on commit 6f0b7fa

Please sign in to comment.