TeamCity build triggers don't automatically run

Posted by Phil.Wheeler on Stack Overflow See other posts from Stack Overflow or by Phil.Wheeler
Published on 2010-12-31T01:08:25Z Indexed on 2010/12/31 20:54 UTC
Read the original article Hit count: 178

I've been playing around with and learning a bit about TeamCity and have the server correctly set up with my .Net MVC project committed in Subversion successfully and build configurations and triggers sorted to kick off when any changes are committed to the repository.

TeamCity polls on its default time period and is picking up that changes have been committed, but it is adding these to the queue without actually ever running them. I have to manually click the "Run" button to kick them off.

What setting do I need to change in order to ensure that any new changes are automatically run?

© Stack Overflow or respective owner

Related posts about svn

Related posts about asp.net-mvc-2