Chris Walquist
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created Linux agent throws StringIndexOutOfBoundsException: String index out of ran
Hi,Running TeamCity 2.0, working on getting Linux agent up and running.All is goodness, except that at end of build, TC server says build failed (it didn't), and shows red on build status page. Lin... -
Created How to grab Unit Tests' STDOUT/ERR (or log4net output) in TC build log?
Hi,Developers occasionally need to see debugging output in TC build log, from statements like these in their unit tests...CfgLogger.LogInfo("Some informative message");...or...Console.WriteLine("Sh... -
Created TeamCity ignores "ignore-files"
Hi,I want the continuous build to ignore checkins to "Build/versionInfo.xml". However, when I enter "versionInfo.xml" for an ignore pattern, it doesn't work. That is, it sees the checkin and run... -
Created TeamCity log warning about an svn:external whose target was renamed
Hi,Getting the following warnings in the log. The path ref'd by an svn:external was renamed yesterday, and I can't figure out where the svn:external is, or why TeamCity would care. It's not actua... -
Created Admin-only access to rearranging build queue?
Hi,We are getting enough builds in place that queueing is happening frequently. I thought, "Gee, wouldn't it be nice if I could just drag this build to the front of the queue, and..." HEY, it wo... -
Created TeamCity 2.0 unable to recover from SubVersion outage
Hi,Our SVN repo went down for about 2 hours, out of disk. Unfortunately, SVN and TeamCity are on the same server, so TC hung too. When SVN came back up, TeamCity was still hung. We restarted TC ... -
Created Passing environment variables (or properties) between build configs?
Hi,Our Windows release-build does a label/build/publish, with version based on the current build number. Our Linux-side build configs for same project need to use the same version.The "dependencie... -
Created VS2003 runner issue: 'cl' failed to start...cannot find the file specified
Hi,Getting the error below for a vs2003 runner, on multiple agents.Not sure which file it's speaking of (see end of log below), it seems that cl itself launches.Build succeeds locally.Thanks!-chris... -
Created How do I point a project build config to a specific build agent?
Hi,I have two projects and two agents, each running on a build machine non-interchangable with the other. Each project needs to run on a specific machine, but since I'm wrapping the build in a "Co... -
Created How do I pass username of the triggering user to my build script?
Hi,I've set up a "ReleaseCandidate" build, triggered only by "Run" (doesn't poll a repository) that labels a project before it builds, and sends an email notification afterward. It would be useful...