Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#10782 from yaoxuwan/issue_10667
Browse files Browse the repository at this point in the history
bug: 归档构件的制品页,显示有误,路径不完整,缺少文件大小 TencentBlueKing#10667
  • Loading branch information
mingshewhe authored Aug 8, 2024
2 parents 055d1fe + 8ef9b38 commit 4da27e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class BkRepoArchiveFileServiceImpl @Autowired constructor(
logger.warn("illegal pipelineId or buildId: $pipelineId, $buildId")
return nodeInfo.fullPath
}
return nodeInfo.fullPath.replace("/$pipelineId/$buildId", "/$pipelineId/$buildNum")
return nodeInfo.fullPath.replace("/$pipelineId/$buildId", "/$pipelineName/$buildNum")
}

override fun generateDestPath(
Expand Down

0 comments on commit 4da27e0

Please sign in to comment.