Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Teamcity - Incompatible Agent configuration

I am trying to create a Build Configuration in TeamCity.

I do have a Agent setup properly and I do have many projects properly working on TeamCity before. This is just a new configuration I am trying to create,

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

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

I don't understand the error message above, tried searching on internet but no pointers. It seems to me some issue with my SVN. Pls help.

like image 766
Rohit Avatar asked Dec 31 '13 08:12

Rohit


1 Answers

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

like image 89
Jifeng Zhang Avatar answered Nov 08 '22 19:11

Jifeng Zhang