Teamcity Configuration - Incompatible Agent

I am trying to create an assembly configuration in TeamCity.

I have the agent setup correctly, and I have many projects that work correctly on TeamCity. This is just the new configuration I'm trying to create,

however my current teamcity agent is incompatible, it gives below error message

Implicit requirements: 20DA defined in VCS root: Site1 20Lines / Technical defined in VCS root: Site1

I do not understand the error message above, tried searching the Internet, but no pointers. I think the problem is with my SVN. Help Pls.

+6
source share
1 answer

This is most likely because you have parameters / variables defined in your SVN VCS Root. But in your build agent, these parameters / variables do not exist.

+5
source

All Articles