Questions tagged [teamcity]

TeamCity from JetBrains is a continuous integration tool and a distributed Java-based build management system that can be highly beneficial to teams using an agile development approach.

TeamCity is a Java-based build management and continuous integration server from JetBrains. Comparable products are Bamboo, Jenkins (which is historically related to Hudson) and CruiseControl.

It was first released on October 2, 2006. TeamCity is commercial software and licensed under a proprietary license. A Freemium license for up to 20 build configurations and 3 free Build Agent licenses is available.


**Tagging recommendation:**
It is recommended to use the tag together with the version specific tag, f.e. , .
**Resources:**
6095 questions
3
votes
3 answers

Building and Testing Command Line Gem on TeamCity

I'm having some trouble testing a command line gem in a TeamCity build environment. I'm working on a gem for building various types of manifest files, elf_manifesto. It runs from the command line and I've successfully tested it with Cucumber, and…
DDubyah
  • 53
  • 7
3
votes
4 answers

Can't get TeamCity FxCop Build Runner to Work

Any ideas as to how to make this error message go away? Cannot run process E:\Program Files\Microsoft FxCop 1.36\FxCop.exe\FxCopCmd.exe /forceoutput /gac /ignoregeneratedcode /f:\Sacog\bin\Debug\Sacog.dll…
KevDog
  • 5,763
  • 9
  • 42
  • 73
3
votes
1 answer

Setting Teamcity version number with counter from file

I'm currently trying to update the version no. in TeamCity using a Nant build file, containing the version number. If I just use . . In…
dennis_ler
  • 659
  • 1
  • 9
  • 36
3
votes
1 answer

User configuration for TeamCity and Plastic SCM

I'm currently 'playing' with Plastic and their (brand new) TeamCity integration plugin. The plugin blurb says "When installing Team City on Windows systems, it normally uses the SYSTEM user account. We recommend changing the user that executes the…
Benjol
  • 63,995
  • 54
  • 186
  • 268
3
votes
1 answer

Triggering builds across different TeamCity instances

We have multiple groups running their own TeamCity setups inside the firm. My group provides a set of generic libraries that other project groups use in their projects. We use TeamCity to push versions of our libraries to production. What I need is…
praskris
  • 479
  • 5
  • 15
3
votes
1 answer

How do I download an artifact from an archive in TeamCity 6.5? I can't construct the correct URL

I have a zip archive artifact. I'm interested in downloading a single file from that artifact. I can't upload that file outside of the archive right now. The documentation says you download an archive like…
Anthony Mastrean
  • 21,850
  • 21
  • 110
  • 188
3
votes
0 answers

TeamCity/Mercurial - broken patch

I've set up TeamCity (v6.5.5 - build 18087) to build an ASP.NET project from Mercurial. Twice in 56 build now I have got the error below, and the only common denominator I can see is that these changesets had files added to them. If I clear the…
lars-august
  • 378
  • 2
  • 9
3
votes
0 answers

MSBuild Extension Pack IIS7 task on remote server error

I have set up a Continuous Integration build with TeamCity and MSBuild. I am using the MSBuild Extension Pack, primarily for its IIS7AppPool Task. My goal is to stop an IIS app pool before the build script does a deployment step and start the app…
Paul Houghton
  • 491
  • 3
  • 9
3
votes
1 answer

capistrano ssh connection - doesn't work when ran from cron or teamcity

I've been researching this all day and can't seem to find an answer so am posting here. We are using capistrano multistage to deploy our ruby on rails app and all is well, until we get to automated deployments. Right now whenever this is ran…
pablo
  • 473
  • 1
  • 6
  • 14
3
votes
1 answer

Team City 6.5.5 - MSBuild issue

Trying to configure Visual Studio 2008 project (TFS2010) on TeamCity, created build step with MS build selecting 2.0 as the .NET Framework version - but getting the follwoing error: error MSB5014: File format version is not recognized. MSBuild can…
user1022521
  • 509
  • 3
  • 9
  • 16
3
votes
3 answers

Nant build fails - but only in TeamCity

I have a nant build file set up which works fine from the cmd line but not in TeamCity. I've checked that the comand I execute is run from the same directory TC is working in and checked all the references but it still fails with the following…
wayne
3
votes
2 answers

dotTrace: is there a TeamCity plugin?

I'm investigating whether we can run performance testing with code check ins to TeamCity / TFS.. Does anyone know whether this is possible or not?
James Radford
  • 1,815
  • 4
  • 25
  • 40
3
votes
1 answer

TeamCity Agent Permissions

I am adding another Agent to my TeamCity build pool. This is the error message I get when the Agent gets assigned to build a project Agent failed to create build temp directory at /home/switchbuild/BuildAgent/temp/buildTmp. Please check agent has…
RAZ_Muh_Taz
  • 4,059
  • 1
  • 13
  • 26
3
votes
1 answer

Auto Branching in svn using teamcity

I wonder whether it is possible to do auto branching using Teamcity. As currently I am automatically publishing web applications using web deploy and the only thing left is branching as we usually take a branch in svn and then publish the next…
sam
  • 4,594
  • 12
  • 61
  • 111
3
votes
1 answer

File transformation, is it possible to add autoincrement to a setting

In our automatic build we use MSBuild in combination with web.config transformation to create an acceptance config and a production config. We have added attributes to change config settings for example to change the cdn url's.
Ivo
  • 3,406
  • 4
  • 33
  • 56