Tagged Questions

TeamCity is a Java-based build management and continuous integration server from JetBrains.

learn more… | top users | synonyms

75
votes
10answers
14k views

CruiseControl [.Net] vs TeamCity for continuous integration?

I would like to ask you which automated build environment you consider better, based on practical experience. I'm planning to do some .Net and some Java development, so I would like to have a tool ...
43
votes
9answers
14k views

Hudson or Teamcity for continuous integration?

We are a Java shop looking for a CI tool to use. Both Hudson and Teamcity seem to be free but Teamcity seems slicker and with more support. I was wondering why one would still use Hudson and if ...
24
votes
4answers
6k views

How to Publish Web with msbuild?

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I'd like to do this on my TeamCity build server, so I need to do it with the ...
22
votes
6answers
1k views

Continuous Integration for a small .NET open source project

I'm starting a small open source project, myself being the sole contributor for the time. Still, I think a continuous integration setup would be useful to detect whether I broke the build. Is there a ...
21
votes
7answers
6k views

“Thorough”, tutorial on setting up Jetbrain's TeamCity CI server

Does anyone know where I can find a good tutorial to walk me through how to setup TeamCity CI server? I am new to unit testing and the agile philosophy of development so I could use some help getting ...
19
votes
2answers
2k views

TeamCity says to use “Build Parameters” instead of “/property:” in an MSBuild step. What does that mean?

I have a TeamCity server setup to do my CI builds. I'm building and testing a C# solution and running some custom MSBuild tasks. One of these tasks is printing a warning in my build output... ...
19
votes
3answers
4k views

How to deploy after a build with TeamCity?

I'm setting up TeamCity as my build server. I have my project set up, it is updating correctly from subversion, and building ok. So what's next? Ideally, I'd like to have it auto deploy to a ...
17
votes
1answer
2k 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 ...
15
votes
1answer
1k views

Microsoft Code Contracts and CI build server

We are migrating to .NET 4 and very interested in implementing new Design By Contract capabilities. As we know Code Contract engine requires installation of Code Contract addin and VS Ultimate or ...
15
votes
2answers
3k views

Making TeamCity integrate the Subversion build number into the assembly version

I want to adjust the output from my TeamCity build configuration of my class library so that the produced dll files have the following version number: 3.5.0.x, where x is the subversion revision ...
14
votes
2answers
3k views

How-To Integrate IIS 7 Web Deploy with MSBuild (TeamCity)

How-To Integrate IIS 7 Web Deploy with MSBuild (TeamCity) ?
14
votes
9answers
4k views

Team City versus CruiseControl.net- which one is better?

Are there real tangible differences or is it just a matter of taste?
13
votes
9answers
4k views

TeamCity forgotten admin password - where to look?

I need to recover/reset the admin password for JetBrain's TeamCity. I have full RDP access to the server so no problems there. It's just been 2 months since we used it so now I have forgotten my ...
13
votes
5answers
2k views

Running Watin on TeamCity

I'm trying to run a simple Watin test through TeamCity but the Internet Explorer window is never shown as is usually is via CruiseControl. I get an error that it can't find a text field so something ...
12
votes
1answer
1k views

TeamCity command line build runner: How to make the build fail?

We're using TeamCity's command line build runner to call a bat-file. The bat-file builds our solution by calling the Visual Studio 2008's "devenv.exe" and then it executes the unit tests and creates ...
12
votes
4answers
4k views

Team Foundation Build or TeamCity?

We are a mostly MS shop at work doing .NET LOB development. We also use MS Dynamics for our CRM app... all the devs are currently using VS/SQL Server 2008. We also use VSS, but everyone hates it at ...
11
votes
2answers
266 views

What are the Team City best practices for multistage deployment?

We have 3 environments: Development: Team City deploys here for Subversion commits on trunk. Staging: User acceptance is done here, on builds that are release candidates. Production: When UAT ...
11
votes
5answers
1k views

How can I label my build with revision number and not the GUID (in TeamCity)?

I am trying to do "continuous integration" with TeamCity. I would like to label my builds in a incremental way and the GUID provided by the VCS is not as usefull as a simple increasing number. I would ...
11
votes
4answers
4k views

MSBuild on TeamCity Server can't find AL.exe

I'm having a problem on my TeamCity CI build server where during compilation I get the following error: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(2342, 9): error ...
11
votes
7answers
3k views

TeamCity - problem with Publish on ASP.net site

I am trying to configure TeamCity 5.0 to run "Publish" target on one of my projects. When I load the solution in VS 2008 and click publish on the project the website is being build nicely - files on ...
11
votes
3answers
5k views

TeamCity and JIRA?

Is it possible for TeamCity to integrate to JIRA like how Bamboo integrates to JIRA? I couldnt find any documentation on JetBrains website that talks about issue-tracker integration. FYI: I heard ...
10
votes
4answers
206 views

Improving CI build time (.NET)

We are developing an application framework + "plugins" using TeamCity as a CI server. Project Details 4 Visual Studio solutions ~70 projects (and increasing) Currently running 2 builds using ...
10
votes
4answers
2k views

Can TeamCity publish a Web project using the sln2008 build runner?

I'm building an ASP.Net MVC project in TeamCity. Can I somehow call the Publish target and get the output copied to a folder under IIS? or do I need to write an msbuild script for this?
10
votes
3answers
3k views

HowTo: Teamcity + GitHub

Has anybody successfully configured Teamcity to monitor, extract, and build from GitHub? I can seem to figure how where and how to configure the SSH keys for Teamcity. I have Teamcity running as a ...
9
votes
0answers
61 views

TeamCity loads custom plugin, but there's no evidence the plugin code runs

I am playing around with a TeamCity install and developing a plugin that extends a BuildServerAdapter. When I package it up and install it to the server, teamcity-server.log contains entries for my ...
9
votes
2answers
128 views

What is a good practise for building software patches?

I recently took charge of a software product which was evolved rather unorganized and I have established a new project structure,a source code repository, issue tracking and a buildsystem using nant ...
9
votes
4answers
256 views

What does “- <” mean when you run powershell?

The recommended way to run scripts is powershell.exe -NonInteractive -Command " & some.ps1 " However for example TeamCity PowerShell runner uses: powershell.exe -NonInteractive -Command - ...
9
votes
3answers
2k views

Assembly Versioning with TeamCity

I'm working on a C#/VB.Net project that uses SVN and TeamCity build server. A dozen or so assemblies are produced by the build. I want to control the assembly versions so that they all match up and ...
9
votes
2answers
713 views

TeamCity Twitter Notifier?

Has anyone built something to send out your TeamCity build status with Twitter? Can this be done with TeamCity's Jabber support?
8
votes
3answers
313 views

How does a “delayed commit” work with source control repositories and CI servers?

I'd like to know how "delayed commit" functionality works on CI servers that are not integrated with the source control repositories. Conceptually, the process works like follows: Check in code ...
8
votes
2answers
2k views

How to configure hosted Mercurial in TeamCity 5

This is probably a simple problem and I'm feeling exceptionally dumb because I can't find a any kind of documentation. I've just installed TeamCity 5 and I want to get files from my Mercurial hosting ...
8
votes
3answers
468 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 ...
8
votes
2answers
800 views

How to set a Mercurial VCS build trigger for TeamCity that ignores label operations

I am trying to setup a build trigger for TeamCity using Mercurial as the VCS. Right now the trigger looks like: +:/** This trigger get fired when changesets are committed. However, I have TeamCity ...
8
votes
3answers
3k views

TeamCity: Best Practices to deploy produced installers (artifacts)

We got a TeamCity server which produces nightly deployable builds. We want our beta tester to have access these nightly builds. What are the best practices to do this? TeamCity Server is not public, ...
8
votes
4answers
1k views

Running UI automation tests on build server

We use UI Automation and Nunit to create tests UI tests for WPF application. We've created tests that work fine when you run them from a local machine. Those tests never run successfully on our build ...
8
votes
1answer
1k views

Error when trying to build asp.net mvc web application with TeamCity

I have an Asp.Net MVC Web Application that I am developing. I have TeamCity installed on my development workstation, and have been running CI builds on. All has been working fine. I'd like to move ...
8
votes
2answers
3k views

Where do you set up email settings in teamcity?

I am VERY new with teamcity so please bear with me I set up an email notifier to let me know when a build has failed, but TeamCity is reporting the following error: Failed to send email ...
7
votes
2answers
341 views

Ignore file from delete during WebDeploy

I'm using TeamCity to build and deploy a collection of MVC Applications via msbuild and WebDeploy. In a step previous to my solution build/deploy, I copy an app_offline.htm to the deploy directory so ...
7
votes
1answer
327 views

How to build Silverlight 4 applications without Visual Studio?

We're setting up a TeamCity build server for continuous integration. To keep things clean, we don't want to install Visual Studio on the build server. I'm wondering how we can build Silverlight 4 apps ...
7
votes
3answers
199 views
7
votes
1answer
2k views

Is it possible to change TeamCity's artifacts path

The default path for teamcity artifacts is C:\#User#\.BuildServer\system\artifacts How can i change it to d:\TeamCity\Artifacts Thanks
7
votes
6answers
2k views

How do I include full PartCover results with TeamCity 5?

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 my ...
7
votes
3answers
3k views

How do I setup TeamCity for public access over https?

How do I setup TeamCity 4.0 so that I can access it over port 443 on the internet? e.g. https://teamcity.mydomain.com I am running IIS 7 on the same server that TeamCity is installed. I see two ...
6
votes
0answers
202 views

Orchard CMS module development and continuous integration with TeamCity

I've been developing with Orchard CMS for a few months now (and love it) and the time for launching my website is fast approaching. So far I've just been developing solo out of my BitBucket repo, ...
6
votes
1answer
156 views

Anyone know of a hosted TeamCity build provider?

I'm looking to set up a TeamCity server for continuously building a .NET web application. I already have hosting, so I don't want to get a whole new hosting account such as AppHarbor. I don't ...
6
votes
4answers
394 views

subversion release management with TeamCity

We currently use Subversion for our release management, and tag all of our releases (both to QA and to our production servers). However, we'd like to create a single Release directory reflecting our ...
6
votes
4answers
1k views

Automate Selenium tests on TeamCity Continuous Integration server

I have a Visual Studio solution which includes a Test project having Selenium Tests. (I already have a compilation build triggered by version control checkin (Mercurial)) But I want to have a ...
6
votes
4answers
150 views

push deployment with test automation

We are developing some testing infrastructure and I have hit a coders block (lack of sleep?)...this seems like it would be a solved problem but I haven't found what I'm looking for via google. I ...
6
votes
1answer
203 views

TeamCity: Managing deployment dependencies for acceptance tests?

I'm trying to configure a set of build configurations in TeamCity 6 and am trying to model a specific requirement in the cleanest possible manner way enabled by TeamCity. I have a set of acceptance ...
6
votes
1answer
876 views

Microsoft Code Contracts without Visual Studio

This stack overflow question: Microsoft Code Contracts and CI build server asks how to get code contracts working on a build server without installing Visual Studio 2010. We're trying to do the ...

1 2 3 4 5 18