You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
->
TFS 2018 (Version 16.131.28601.4) does not have the feature "DistributedTask.Agent.UseMaskingPerformanceEnhancements". So this endpoint returns an HTTP error and this line here causes a failure during the job run.
JobDispatcher.cs
... private async Task RunAsync(Pipelines.AgentJobRequestMessage message, WorkerDispatcher previousJobDispatch, WorkerDispatcher newJobDispatch)
... var newSecretMaskerFeaturFlagStatus = await featureFlagProvider.GetFeatureFlagAsync(HostContext, "DistributedTask.Agent.UseMaskingPerformanceEnhancements", Trace);
...
After we manually commented this line out locally and had a new build from branch "releases/3.230.2", the agent started working with no issues.
Versions
TFS 2018 (Version 16.131.28601.4)
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
Azure DevOps Server (Please specify exact version in the textbox below)
Azure DevOps Server Version (if applicable)
TFS 2018 (Version 16.131.28601.4)
Operation system
TFS -> Windows Server 2018
Agent -> Docker Container
Version controll system
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
noldoreldar
changed the title
[BUG]: Feature Check For "UseMaskingPerformanceEnhancements" Causes And Issue With TFS 2018
[BUG]: Feature Check For "UseMaskingPerformanceEnhancements" Causes an Issue With TFS 2018
Nov 28, 2023
What happened?
->
TFS 2018 (Version 16.131.28601.4) does not have the feature "DistributedTask.Agent.UseMaskingPerformanceEnhancements". So this endpoint returns an HTTP error and this line here causes a failure during the job run.
JobDispatcher.cs
...
private async Task RunAsync(Pipelines.AgentJobRequestMessage message, WorkerDispatcher previousJobDispatch, WorkerDispatcher newJobDispatch)
...
var newSecretMaskerFeaturFlagStatus = await featureFlagProvider.GetFeatureFlagAsync(HostContext, "DistributedTask.Agent.UseMaskingPerformanceEnhancements", Trace);
...
After we manually commented this line out locally and had a new build from branch "releases/3.230.2", the agent started working with no issues.
Versions
TFS 2018 (Version 16.131.28601.4)
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
Azure DevOps Server (Please specify exact version in the textbox below)
Azure DevOps Server Version (if applicable)
TFS 2018 (Version 16.131.28601.4)
Operation system
TFS -> Windows Server 2018
Agent -> Docker Container
Version controll system
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: