Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No agent could be found with the following capabilities: grunt

When I try to queue a build on my on-premises TFS 2015 Update 1 I get the following error message:

No agent could be found with the following capabilities: grunt

I've already installed NodeJS and grunt-cli and they're in the path (i.e. they can be executed in cmd from any location).

What am I missing?

like image 422
Matías Fidemraizer Avatar asked Jan 12 '16 11:01

Matías Fidemraizer


1 Answers

Go to your pool settings page: http://SERV_NAME:8080/tfs/_admin/_AgentPool and select your agent, verify that grunt is added as a system capability with the correct path set. If it's not there, you can manually add it as a user capability

enter image description here

Something recalculates the system capabilities but I'm not sure what.

like image 120
Rodders Avatar answered Nov 15 '22 10:11

Rodders