Phil Swenson
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created setting properties on an agent level
Is there a way to set a system property on an agent level (or for all agents)?thanksphil -
Created ensuring a target is executed on all agents
I have a target that many other tests/targets are dependent on (it builds a database and runs an install for the latest version of an internal product). Today I finally brought another agent online... -
Created make javadoc artifact a servable doc
If I want to make the javadoc artifact from a build a servable doc for our wiki to point at, what would I do? -
Created TC agent hosed
I noticed I had a test case that appeard to be hanging. I looked in the logs and saw this over an over for hours. I'm not sure where to post this, so it's here for now: INFO - nt.runner.Generi... -
Created 2 Team City Servers - triggering a build config on one from another
Development has a Team City Server for doing continuous integration tests. We'd also like to have our release team do the full intstallable builds on a separate TC server and have the development ... -
Created sharing system properties
All my build configs across my various projects need the same System Properties set. So if one ever changes, I have to change it in about 40 places. Is there a way to have a "master" system prope... -
Created TC build agent hanging
I've been having TC 2.0 build agent hang while executing a large test suite using ant/junit. Is this a known issue? Is there a way to debug this?The last entries in the log file for the hang were... -
Created Team City API
Looking at the Team City API, it seems it's geared towards extending on the server side. What I'm looking for is a way to control team city remotely (like an API call to launch a particular build)... -
Created multiple perforce depots
We have a geographically dispersed dev group each working on different products that we integrate together, so we have multiple perforce depots.We have a requirement for TC to check code out from m... -
Created ensuring targets execute on every agent
I have everything working fairly well on one agent and am now looking at using multiple agents (one agent per machine) to parallelize the tests. A few questions:1) If I have a test suite, it appea...