1
vote
2answers
39 views
TeamCity vs Team Build
What's pro/cons between TeamCity and Team Build and why choose one instead of the other ?
0
votes
0answers
24 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
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
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:
…
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 …
-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
14 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
23 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
vote
3answers
66 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 …
1
vote
3answers
55 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 …
0
votes
2answers
18 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
16 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
23 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
1answer
28 views
I need the correct TeamCity Windows Tray Notfier Url
Hello, I have teamcity installed on my windows 7 machine. I use http://localhost:81/ to connect when I am on the server. I have the tray notifier working on the server with the same URL. I have …
0
votes
4answers
76 views
TeamCity Alternatives
I write a lot of little projects, and I'd like to use something like TeamCity for my build server(s). My problem with just using TeamCity itself is that the Professional version of only seems to …
