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
4
votes
1 answer

TeamCity - keeping Git submodule up to date?

I have a Git repository that includes a submodule. This repository has various build configurations in TeamCity that are dependent on code on the submodule. Is there a way with TeamCity to detect that the submodule repository has been updated and…
RyanW
  • 5,338
  • 4
  • 46
  • 58
4
votes
1 answer

Maven Site, set TeamCity as ciManagement system?

Is there a way I can configure my Maven site to display TeamCity as the CI Management tool? I've tried specifying "TeamCity", "Team City" and even "http://www.jetbrains.com/teamcity/", but the resulting Maven site simply displays "This project…
RCross
  • 4,919
  • 4
  • 44
  • 42
4
votes
2 answers

How do I pass Branch Name to an MSBuild script in TeamCity?

I've got TeamCity building a configuration across multiple Mercurial branches. As part of the build process, I want to name some output based on the branch being built from. I've tried using $(TEAMCITY_BUILD_BRANCH), to try to obtain the…
Paul Turner
  • 38,949
  • 15
  • 102
  • 166
4
votes
2 answers

Teamcity and Rake: Where are the tc system properties?

I'm converting some of my NAnt build scripts over to rake. Does anyone know how to access the system properties (e.g. build.number) inside my rake scripts? Is the Teamcity rake plugin even injecting them? I can't seem to find the doco.
Dane O'Connor
  • 75,180
  • 37
  • 119
  • 173
4
votes
2 answers

Pause TeamCity projects while others are executing

I’d like to be able to specify that one build project should pause while another specified project is running. In my case, there is a project #1 that builds and deploys compiled code to our servers, and a project #2 that performs Selenium tests on…
Matt Sherman
  • 8,298
  • 4
  • 37
  • 57
4
votes
1 answer

TeamCity: Parameter in artifact setup, unable to be changed from service message

I have a build configuration in TeamCity, which creates a zipped artifact. The artifact contains the %build.number% parameter in the zipfile name. I want to change the build number from a custom tool through a service message. This is working fine…
suprmorten
  • 43
  • 4
4
votes
3 answers

svn commit using TeamCity

I am using Visual studio and TeamCity tools. I have added project in TeamCity. When TeamCity project build succeeded, TeamCity automatically should commit new binaries from bin/Release folder to specifed SVN path(e.g svn:\abc.com\root\trunk ). Does…
Manoj Jaiwal
  • 41
  • 1
  • 3
4
votes
5 answers

SVN externals and automated build

I have a project that uses SVN externals to include some stuff (actually it's the MSBuild Community Tasks, but that's tangential). The external repository requires a username 'guest' but no password. I've set an externals property and this works…
Tim Long
  • 13,508
  • 19
  • 79
  • 147
4
votes
4 answers

What's the Best Practice for incorporate Semantic Versioning using TeamCity

TeamCity is a great CI tool and we also use Semantic Versioning to manage our DLL version for a long time, now we are reaching a idea to integrate TeamCity and Semantic Versioning together, meanwhile we do some research on this topic, Let's say the…
4
votes
2 answers

How to auto deploy/build SSAS and SSRS solution using TeamCity

We are working on some BI projects using MS SS*S, and we also have the asp.net Web UI as the container for our SSRS report which reading data from OLAP cubes It's pretty straight forward to use TeamCity as CI tool for asp.net websites, and we are…
4
votes
1 answer

How can I make TeamCity build parameters dynamic?

My situation is: I have some revisions of code (in SVN) I have some build configurations for different applications I have a Map in another app (Zookeeper) which knows what revisions I want to build now I want TeamCity to update build parameters…
Pavel Vyazankin
  • 1,470
  • 6
  • 18
  • 27
4
votes
1 answer

TeamCity CI Builds for TFS Feature Branches

I have almost everything set up in Team City perfectly, with the exception of continuously building release/feature branches. This is going to be tough to describe, but hopefully it should make sense. I have the following source control layout in…
jonnii
  • 28,019
  • 8
  • 80
  • 108
4
votes
0 answers

TeamCity not getting some new files pushed into Git

Recently I've added a few JS files to my web project: WebProject.csproj I have a CI definition in TeamCity set to use MSBuild to build the solution with the following command-line…
David Sulpy
  • 2,277
  • 2
  • 19
  • 22
4
votes
2 answers

Queue rather than run a TeamCity build while another build is running

Our busy enterprise server has 550 active build configurations running on 30 agents. We need a way to prevent some builds from running while other builds are running. I already understand artefact dependencies and this does not solve our problem as…
grenade
  • 31,451
  • 23
  • 97
  • 126
4
votes
2 answers

OpenCover does not cover under TeamCity

I have a project that does NOT give me any coverage in the output coverage file when running under TeamCity. When I run from the command line it covers fine. Apparently there is some permission problem with the local system account that is used…
Orn Kristjansson
  • 3,435
  • 4
  • 26
  • 40