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 0cf8808 commit b6ea3b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ class PipelineBuildFacadeService(
)
val startEpoch = System.currentTimeMillis()
try {
val resource = pipelineResource?:getPipelineResourceVersion(
val resource = pipelineResource ?: getPipelineResourceVersion(
projectId = projectId,
pipelineId = pipelineId,
version = readyToBuildPipelineInfo.version
Expand Down

0 comments on commit b6ea3b1

Please sign in to comment.