Skip to content

Commit

Permalink
Merge pull request #10837 from hejieehe/issue-9620-1
Browse files Browse the repository at this point in the history
feat:流水线权限代持功能重构 #10356
  • Loading branch information
bkci-bot authored Aug 19, 2024
2 parents 6cde509 + 535dacc commit ef52b5f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,7 @@ class SubPipelineStartUpService @Autowired constructor(
if (pipelineId.isBlank() || projectId.isBlank()) {
return Result(ArrayList())
}
val startUser = pipelineRepositoryService.getPipelineOauthUser(projectId, pipelineId) ?: userId
val result = pipelineBuildFacadeService.buildManualStartupInfo(startUser, projectId, pipelineId, ChannelCode.BS)
val result = pipelineBuildFacadeService.buildManualStartupInfo(userId, projectId, pipelineId, ChannelCode.BS)
val parameter = ArrayList<SubPipelineStartUpInfo>()
val prop = result.properties.filter {
val const = if (includeConst == false) { it.constant != true } else { true }
Expand Down

0 comments on commit ef52b5f

Please sign in to comment.