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 REST API: Who broke the build?

In our office we use a custom Geckoboard to display information about our current build status from our TeamCity 8 build server. We display recent check-ins/changes, using the following REST query:…
Peter Bridger
  • 9,123
  • 14
  • 57
  • 89
4
votes
1 answer

How to set Bamboo variables from Powershell/Other scripts?

In TeamCity using their Service Message feature, one can set value to TeamCity variables from any script environment: echo ##teamcity[foo 'booya'] If you run this in batch/Powershell, we can set TeamCity variable foo to booya. How can I do…
iraSenthil
  • 11,307
  • 6
  • 39
  • 49
4
votes
2 answers

Why does TeamCity miss a reference and fails compilation?

I'm completely new to TeamCity and I'm using a simple Visual Studio 2008 solution to learn it. My solution has 2 projects: ConsoleApplication1 and ClassLibrary1. ConsoleApplication1 has a reference to ClassLibrary1. The solution compiles with no…
pvieira
  • 1,687
  • 6
  • 17
  • 32
4
votes
1 answer

Migrating to SQL Server in TeamCity: A driver for the source database not found

I'm trying to move my TeamCity instance to SQL Server. I followed the instructions in the docs for Setting up an External Database. Now I'm going through Migrating to an External Database and running the maintainDb command: .\maintainDB.cmd migrate…
Josh Kodroff
  • 27,301
  • 27
  • 95
  • 148
4
votes
1 answer

Getting JSON from TeamCity API with CORS

I am trying to use the TeamCity API to retrieve build data in JSON format to show in a real-time display. The display is a simple JavaScript application, served up as a web-page on a different domain to the TeamCity server. Therefore this has to be…
Appetere
  • 6,003
  • 7
  • 35
  • 46
4
votes
2 answers

Restoring Team City database after a clean install

I had our build server operating system rebuilt, so I installed a clean Team City and now I am trying to restore the backup using the commandline tool: maintainDB.cmd restore -F -T
Grzenio
  • 35,875
  • 47
  • 158
  • 240
4
votes
2 answers

PartCover and TeamCity

I am using TeamCity to build via a solution file. I am attempting to get "PartCover" to work it. It is easy enough to point it to the partcover.exe, I am just unsure how to get team city to produce a proper report from the results of our nUnit test.…
jane doe
  • 1,733
  • 3
  • 11
  • 7
4
votes
0 answers

Inspections.net runner in team city reports false positives

We are using Team city for our continuous integartion purposes. The Resharper version used in our development environment is 7.0. The team city server's version is Team City 8.0.1 (build 27435) and it uses the Inspections.NET runner that comes as…
PRN
  • 189
  • 2
  • 9
4
votes
1 answer

Connecting TeamCity to Visual Studio Online

I'm having trouble connecting TeamCity server (TeamCity Enterprise 8.0.6 (build 27767)) to Viusal Studio Online. I have searched and read many articals with the following being helpful : - Connecting TeamCity to TFS Connecting TFS to…
MrSteve
  • 56
  • 2
4
votes
3 answers

Cannot get TeamCity to authenticate to GitHub with Default Private Key

I'm trying to get TeamCity to build my private GitHub repository. I'm able to successfully get my VCS root to pass the connection test when I explicitly set the path to the key file; however, despite lots of Googling, I can't get it to work when I…
FMM
  • 4,289
  • 1
  • 25
  • 44
4
votes
2 answers

Releasing from Trunk or Branch?

We've recently (last 2 months) started to use TeamCity tfor our deployments. This has taught us a lot about actually using SC properly, the pitfalls and working in a team with multiple projects. However we are still unclear on how best to use trunk,…
dotdev
  • 543
  • 7
  • 19
4
votes
1 answer

Accessing TeamCity artifacts in Build Step

I have been playing around with TeamCity to get a CI environment up and running. I started by following Troy Hunt's 'You're deploying wrong', which was very useful, however I wanted to split the packaging and deployment into 2 seperate steps, for…
dotdev
  • 543
  • 7
  • 19
4
votes
2 answers

Strange behavior with NuSpec $version$ replacement for pre-release packages

I have a project that is comprised of a core nuget package, and then several additional extension packages. The core package has a nuspec that looks like this: $id$
Jonathan Holland
  • 1,243
  • 11
  • 17
4
votes
1 answer

Teamcity trigger builds for github pull-requests

I want to build each pull request merged with master. I have setup teamcity the following way: http://blog.jetbrains.com/teamcity/2013/02/automatically-building-pull-requests-from-github-with-teamcity/ Branch…
user971652
  • 87
  • 1
  • 7
4
votes
3 answers

curl is not recognized as an internal or external command running from the Teamcity command line script

curl is not recognized as an internal or external command while running the Teamcity command line script. Curl is installed in local and works fine in command prompt. Build log Result : [20:05:35]Step 2/2: Command Line [20:05:35][Step 2/2]…
karthik
  • 105
  • 2
  • 15