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
3 answers

Deploying umbraco with TeamCity

First post on Stack, so please be gentle! We are just getting into Continuous Integration with TeamCity. We have setup a TeamCity project(s) that looks like so: Solution Build (builds entire solution) - .Sln file Debug to Dev Server (builds…
dotdev
  • 543
  • 7
  • 19
4
votes
1 answer

How do I reproduce a local build based on TeamCity configuration?

I am starting work with a new codebase that has the automated builds in TeamCity. The dependencies are defined in TeamCity configuration which takes parts of build artifacts from other builds and extracts them to a "lib" subdirectory of the project…
chrish
  • 2,352
  • 1
  • 17
  • 32
4
votes
1 answer

Test Automation - TeamCity + Calabash + JIRA + SpiraTest

I'm new to TeamCity/Spiratest and have the ollowing requirement: (a) We have to make TeamCity run the Calabash tests and (b) then if there is a failure have to get the defect with screenshots logged to JIRA (c) and finally update the pass/fail…
user2525211
  • 193
  • 1
  • 1
  • 12
4
votes
3 answers

TeamCity : project parameters inheritance issue?

I have a TeamCity 8.0.3 project with multiple configs inside which have a common parameter (defined as a project parameter) : targetServerIP. One of these configs is a "1 click deployment" which starts others configs by using snapshots dependencies.…
56ka
  • 1,463
  • 1
  • 21
  • 37
4
votes
1 answer

Building an SBT project using Maven

I am trying to bring SBT into my organization through a side door. We use TeamCity for our continuous integration system with all projects built using Maven. I am starting to prefer SBT for building Scala and mixed Scala/Java projects, but I will…
Ralph
  • 31,584
  • 38
  • 145
  • 282
4
votes
2 answers

TeamCity - Git push from agent

I've got a TeamCity server set up to checkout src from GitHub on the agents using "Default Private Key" and a config file in .ssh that looks like this: Host git@github.com IdentityFile ~/.ssh/id_rsa.shop StrictHostKeyChecking no Host…
Christian Mikkelsen
  • 1,661
  • 2
  • 19
  • 44
4
votes
4 answers

Running unit test from command prompt fails

Currently I am struggeling with some unit tests that run fine from within visual studio but fail in Teamcity I tracked down the problem to mstests.exe Let's say I do the following steps: Create a new Test project Add a new Test class with the…
Jürgen Steinblock
  • 30,746
  • 24
  • 119
  • 189
4
votes
3 answers

AutoDeploy SQL changes with TeamCity (alternative to Redgate?)

I'm creating CI and Auto Deployment for .NET applications (source controlled with SVN) for our testing environment with TeamCity and all is going well. I am at the stage where I want to automate the execution of db scripts. I've done some searching…
Arkiliknam
  • 1,805
  • 1
  • 19
  • 35
4
votes
1 answer

How do I get YouTrack field fixed in build filled out using TeamCity integration?

I am trying to get integration between our YoutTrack and our TeamCity working. However I cannot get YouTrack to fill out the "Fixed in build" field: Using TeamCity 7.1.3, YouTrack 5.0.2. TeamCity integration setup points out the "Build Field" to…
peter_raven
  • 1,654
  • 14
  • 19
4
votes
3 answers

TeamCity Missing Items in Work Directory Checkouts

I've been pouring over my set up for what feels like most of the day and I cannot figure out what I'm doing wrong. I have 3 build configurations running on a single agent on my dev box. Checking out code from SVN. I've got OctPack installed to…
Jammer
  • 9,969
  • 11
  • 68
  • 115
4
votes
3 answers

Team City git push hangs the build

I have an issue with Team City 8.0.3 (build 27540) hanging on a secondary build step that pushes changes to a remote repository. I can't locate any information that gives me insight into what's wrong. The VCS is setup via SSH, using the default…
Jeff Mitchell
  • 1,459
  • 1
  • 17
  • 33
4
votes
1 answer

IIS 8 and ARR with multiple other servers

I am trying to setup IIS 8 with ARR and Url rewrite 2 module to work with two other servers (running Youtrack and TeamCity) and it just dont work... Lets say my server have following URL: server.test.domain.com (i have no control about this part) so…
LightCZ
  • 695
  • 1
  • 8
  • 20
4
votes
3 answers

PowerShell Community Extensions not Recognized by TeamCity PowerShell Runner

When the TeamCity Powershell runner runs my .ps1 file it doesn't recognize the Write-Zip command, which is part of the Powershell community extensions. I can run the same command manually on the build server and it works just fine. I've verified…
Michael
  • 1,535
  • 2
  • 17
  • 32
4
votes
1 answer

Teamcity - Intermittent TransportException to bitbucket

We're using Teamcity 8.0.1 (build 27435). Having this exact same problem. Trying to connect to a bitbucket repo and getting the following exception intermittently: Failed to collect changes, error: List remote refs…
mawaldne
  • 3,919
  • 6
  • 31
  • 37
4
votes
1 answer

TeamCity NUnit test result visualisation

Is there any way to produce visual results of NUnit tests from within TeamCity's "Tests" tab, currently my NAnt script outputs an .xml file of the results using the following task:
devdigital
  • 51
  • 5