0
votes
2answers
21 views
TeamCity vs Team Build
What's pro/cons between TeamCity and Team Build and why choose one instead of the other ?
0
votes
2answers
18 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 …
0
votes
1answer
19 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 …
1
vote
3answers
63 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
0answers
22 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)' != '' " …
1
vote
3answers
53 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 …
1
vote
2answers
15 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
votes
1answer
18 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
0answers
8 views
Setting tail of AssemblyVersion to be TeamCity $(build_number)
I want to set the Assembly number to the following
AssemblyMajorVersion.AssemblyMinorVersion.AssemblyBuildNumber.AssemblyRevision
YYYY-MM-DD-XXX
Where XXX is my TEamCity $(BUILD_NUMBER)
I can …
0
votes
1answer
22 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 …
0
votes
2answers
38 views
How can I prevent TeamCity from creating artifacts for pre-tested commits?
Right now, TeamCity is creating 2 sets of artifacts each time I do a successful pre-tested commit, one when it builds the solution with my local changes against which to run the tests, and a second …
0
votes
2answers
16 views
Compiling historical information (esp. SLOCs) about a project
I am looking for a tool that will help me to compile a history of certain code metrics for a given project.
The project is stored inside a mercurial repository and has about a hundred revisions. I am …
0
votes
1answer
15 views
TeamCity + git-teamcity plugin: ParseException
Alright, I've trying to set up a TeamCity server the past few hours, but this as really gotten me stuck. I've got everything working, agents are running, plugin is installed, but when I run the build …
0
votes
1answer
20 views
Configuring Multiple Build Configurations from Shared VCS Root in TeamCity
I have a single SVN repository containing multiple projects, e.g.
/molindo/trunk/foo
/molindo/trunk/bar
/molindo/trunk/baz
Currently, I've configured 3 projects, all using the shared VCS root …
0
votes
2answers
77 views
How to call the a unit test target in a project from a ‘solution’ project
I'm trying to get Team City to build my .NET solution and run my nUnit tests.
I know I can modify the individual projects and tell them always run the unit tests. I don't want the unit tests to run …
