Incompatible Agents

I have build configurations that have "powershell_x64" as a "Build Steps Requirement".

And one configuration that doesn't.

The configuration that require "powershell_x64" are marked as incompatible.

How to I add the the "powershell_x64" feature to the agent to make it compatible?

I can't see where to remove the requirement or add the capacity.

 

Best Regards,
Rod

0
1 comment

Hi Rod,

If the requirement is set because of the powershell bundled runner, you will need to have powershell installed in the agent. If you installed it after the agent was started, you might need to restart it for it to pick it up. Please make sure that you have the 64 bit version installed, as that is what the requirement has. For more information on the runner, check our docs: https://confluence.jetbrains.com/display/TCD10/PowerShell

If you added the requirement manually somehow, you need to change the buildAgent.properties file to include the compatible agents.

0

Please sign in to leave a comment.