Skip to content

Commit

Permalink
feat: 构建结束消息通知优化 TencentBlueKing#5278
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzcao committed Nov 2, 2021
1 parent c500b7c commit df78061
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,14 @@ class PipelineNotifyConfiguration {
pipelineRepositoryService: PipelineRepositoryService,
pipelineRuntimeService: PipelineRuntimeService,
pipelineBuildFacadeService: PipelineBuildFacadeService,
client: Client
) = BluekingNotifyPipelineCmd(pipelineRepositoryService, pipelineRuntimeService, pipelineBuildFacadeService, client)
client: Client,
buildVariableService: BuildVariableService
) = BluekingNotifyPipelineCmd(
pipelineRepositoryService = pipelineRepositoryService,
pipelineRuntimeService = pipelineRuntimeService,
pipelineBuildFacadeService = pipelineBuildFacadeService,
client = client,
buildVariableService = buildVariableService)

@Bean
@ConditionalOnMissingBean(NotifyReceiversCmd::class)
Expand Down

0 comments on commit df78061

Please sign in to comment.