0
votes
2answers
25 views
Environment.CurrentDirectory with NUnit GUI differs to the TeamCity value, how can I sync them?
As above really, I have some integration tests that use files from a relative file path. To help picture it here is the file structure:
/Dependencies
/VideoTests/bin/release/video.dll
…
0
votes
1answer
12 views
TeamCity swap configuration files
Hi!
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 …
1
vote
1answer
19 views
How to stop “Just In Time Debugging” messages blocking a buildserver
Our buildserver (TeamCity, much recommended), runs our a whole bunch of testsuites on our finished c++ program.
Once in a whole, a test causes our program to crash, often bringing up a VisualStudio …
0
votes
0answers
21 views
How do I include full PartCover results with TeamCity 5?
Hi, I'm trying to get PartCover reports to generate correctly in TeamCity 5.0. When I click the Code Coverage tab in the build details, the reports are empty.
I'm using the sln2008 build agent and …
4
votes
2answers
24 views
Can TeamCity commit the output of one build to another svn repository, thereby starting another build?
So far, I've only used TeamCity as a continuous build server. No true integration. Now, I have the need to copy the output from one shared project to two other dependent projects, and kick off their …
1
vote
2answers
60 views
TeamCity vs Team Build
What's pro/cons between TeamCity and Team Build and why choose one instead of the other ?
1
vote
3answers
22 views
ClearTool Error: Operation “get cleartext” failed: Permission denied.
When trying to compile a project with TeamCity, I am getting an error from cleartool:
"get cleartext" failed: Permission denied.
The command that is failing is a call to cleartool get:
…
1
vote
3answers
77 views
Setting up TeamCity to work with ClearCase
I'm trying to setup TeamCity to work with ClearCase for continuous integration, and I've been having a few problems. TeamCity is complaining that it cannot build the patch for the build. I've been …
0
votes
2answers
21 views
Server Side Checkout vs Agent Side Checkout
I've been reading through the TeamCity 4.x documentation, and I am confused what the difference between a server side checkout and an agent side checkout is, as mentioned in this snippet from their …
1
vote
3answers
63 views
Build status hardware
We have been using Teamcity for some time for the Continous Integration in the project. Now we want to have some kind of hardware in the room that shows everyone that a build was broken. I've seen …
3
votes
2answers
78 views
Continuous Integration with Teamcity and Clearcase
Has anybody successfully integrated Clearcase with Teamcity (which advertises Clearcase support) to realize a productive continuous integration build environment on a decent size project?
0
votes
0answers
29 views
TeamCity build number reporting from MSBuild
Hi,
I'm reporting a build number to TeamCity from my MSBuild script using the following TeamCity task:
<TeamCitySetBuildNumber Condition="'$(TEAMCITY_BUILD_PROPERTIES_FILE)' != '' " …
0
votes
1answer
32 views
Running multiple TeamCity Agents on the same computer?
We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we'd like to run several build agents on the same machine.
Is this possible, without using …
-1
votes
1answer
26 views
Teamcity ERROR MESSAGE for Server Url?
Hello, I am setup teamcity on my windows 7 laptop. I can connect to it on the server with the windows tray notifier. When I try to connect to it from another machine, i get the "Server URL IS INVALID …
0
votes
1answer
24 views
How do i setup an exteral status page in TeamCity like their standard one that won’t require me to login
We have just moved from CCNET to TeamCity for CI.
In TeamCity, I can use the ExternalStatus page/widget fine.
We run Cradiator (http://cradiator.codeplex.com) as a build radiator and notifier in our …
