Chris Walquist
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created TestNG integration with TeamCity?
Hi, I'm evaluating IntelliJ and TeamCity support for Java unit testing. I was able to get JUnit tests to run, but it seems that TeamCity wants to use JUnit to also run my TestNG unit tests.Any gui... -
Created Pre-Tested Commit: No broken code in your version control. Ever....
w.r.t. the apparent marketing hype in http://www.jetbrains.com/teamcity/delayed_commit.html ...Really? Never ever?Granted, the server-side pre-commit build is very cool and closes up a major hole ... -
Created TC 3.0.1 not picking up pending changes for "Release-Candidate" builds
Hi,New TeamCity (3.0.1, build 6039) does not show pending changes for our release-candidate build. I've tried attaching a VCS root with no checkout rules and restarting the server, but it makes no... -
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...