Agent cannot be found with the following features: grunt

When I try to queue the assembly of my local TFS 2015 Update 1, I get the following error message:

Agent cannot be found with the following features: grunt

I already installed NodeJS and grunt-cli , and they are on the way (i.e. they can be executed in cmd from anywhere).

What am I missing?

+5
source share
1 answer

Go to the pool settings page: http: // SERV_NAME: 8080 / tfs / _admin / _AgentPool and select your agent, make sure that the hook is added as a system feature with the correct path to set. If it is missing, you can manually add it as a user opportunity

enter image description here

Something is recounting the capabilities of the system, but I'm not sure what.

+7
source

Source: https://habr.com/ru/post/1240427/


All Articles