Skip to content

Commit

Permalink
feat:流水线/Job并发和排队数据落地 TencentBlueKing#10997
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Oct 25, 2024
1 parent b7d3dfd commit 062527c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ class ThirdPartyAgentService @Autowired constructor(
// 第三方构建机启动
PipelineBuildStatusBroadCastEvent(
source = "third-party-agent-start-$agentId", projectId = build.projectId,
pipelineId = build.pipelineId, userId = build.startUser,
pipelineId = build.pipelineId, userId = "",
buildId = build.buildId, taskId = null, actionType = ActionType.START,
containerHashId = build.containerHashId, jobId = build.jobId, stageId = null,
stepId = null, atomCode = null, executeCount = build.executeCount,
Expand Down

0 comments on commit 062527c

Please sign in to comment.