Skip to content

Commit

Permalink
PlanId fixed in CustomerIntelligence data (#4347)
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Ivlev <[email protected]>
  • Loading branch information
ismayilov-ismayil and kirill-ivlev authored Aug 16, 2023
1 parent 692f185 commit b323880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Agent.Worker/TaskRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ private void PublishTelemetry(Definition taskDefinition, HandlerData handlerData
{ "RealExecutionHandler", handlerData.ToString() },
{ "UseNode10", useNode10 },
{ "JobId", ExecutionContext.Variables.System_JobId.ToString()},
{ "PlanId", ExecutionContext.Variables.Get(Constants.Variables.System.JobId)},
{ "PlanId", ExecutionContext.Variables.Get(Constants.Variables.System.PlanId)},
{ "AgentName", ExecutionContext.Variables.Get(Constants.Variables.Agent.Name)},
{ "MachineName", ExecutionContext.Variables.Get(Constants.Variables.Agent.MachineName)},
{ "IsSelfHosted", ExecutionContext.Variables.Get(Constants.Variables.Agent.IsSelfHosted)},
Expand Down

0 comments on commit b323880

Please sign in to comment.