Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible on TeamCity to build a module against all agents when a VCS Trigger is met?

I would like a module to be run by all agents when a VCS trigger condition is met.

Is this possible?

like image 479
JARC Avatar asked Oct 07 '22 09:10

JARC


1 Answers

One way you can do this is by adding a Schedule Trigger which has an option to run on all agents.

like image 90
JARC Avatar answered Oct 10 '22 02:10

JARC