This is probably a simple problem and I\'m feeling exceptionally dumb because I can\'t find a any kind of documentation.
I\'m trying t开发者_JAVA百科o download the last successful build from TeamCity as part of our rake deployment script. The file is a zip file that is 8mb, and I get over http, using a url:
I just cannot for the life of me get my nant build file to terminate upon a test failure and return (thus preventing the packaging and artifact step from running)
We have our TeamCity builds set up using a build chain, so that our unit tests开发者_JS百科 and and integration tests can run in parallel when triggered by a commit:
I am having trouble browsing to my team city(JetBrains) from a remote machine. I have followed the install directions and the install went smoothly. I can browse the to application locally on the serv
We have a Java project that uses TeamCity to do static analysis of our Java classes each night to find low hanging bugs in our code.We would like to tell TeamCity to look for a new type of bug that de
I\'ve just setup 3 osx agents to run the CI for our ruby project. 2 of these agents are running our specs perfectly, starting their agents correctly etc. The third machine constantly returns No such f
I have a clearcase project spanning multiple vobs. Teamcity 5.0 appears to assume 开发者_如何学Cyour project is on a single clearcase vob.
I have been using CC.NET for a while and decided to try Team City. The initial and default configuration is very easy, but how do I swap configuration files after code is checked out and before unit t
I would like to run several Team-City开发者_运维技巧 build projects with the same SVN-revision. Is this possible?Take a look at snapshot dependencies. If build configuration A has a snapshot dependenc