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 and NAnt: With what to send build success / failed email?

I want to send an email if the build fails to the developers, with the fail details. I'm also wants to send a success email to the project admins, etc with the address to the new test application. What is the proper tool to send the actual mail,…
stacker
  • 14,641
  • 17
  • 46
  • 74
4
votes
3 answers

TeamCity - Dynamic Parameter in AssemblyInfo Patcher

I have a build that has a custom build step that reads a text file out of the repository and writes to the build.version configuration parameter. I'm trying to use that value in an AssemblyInfo patcher like this:…
Nathan Roe
  • 844
  • 1
  • 8
  • 22
4
votes
1 answer

How can I get the latest version of Microsoft Build Tools 2013 onto my build server?

MSBuild is now provided with Visual Studio and its versioning is aligned with Visual Studio. It is also provided as a standalone installer (Microsoft Build Tools 2013) as seen here: http://www.visualstudio.com/en-us/downloads Due to a bugfix that…
dan
  • 5,664
  • 8
  • 45
  • 59
4
votes
2 answers

TeamCity: search over configuration parameters

Is it possible to perform a search over all the configuration parameters in a server? The reason I'm asking is because I have a path that points to a specific C# solution, and I need to update it, but I don't want to have to look in every build…
Maria Ines Parnisari
  • 16,584
  • 9
  • 85
  • 130
4
votes
3 answers

Unable to build a .Net MVC project in TeamCity

I'm trying to setup a build for a .Net MVC project in TeamCity. I followed the steps described here: How to build ASPNET applications in TeamCity But the build is still failing. The error messages I have are App_Start\BundleConfig.cs(2, 18): error…
vgaltes
  • 1,150
  • 11
  • 18
4
votes
1 answer

Connection error with private repository using GitVersion as a build step in TeamCity

I'm configuring CI environment for the project I'm working on and I got stuck. Before I will describe the problem here is tools & tech stack I use: Teamcity 8.1.5 as build server, Git as a source version control, GitFlow as a Git workflow, TFS 2013…
tkestowicz
  • 332
  • 1
  • 4
  • 15
4
votes
3 answers

SQLite.Interop.dll not getting picked up by OctoPack

I've got a relatively new MVC5 project being built with TeamCity and deployed by Octopus Deploy. Everything was great until I added SQLite through NuGet. When the project gets built, I get an x86\SQLite.Interop.dll and an x64\SQLite.Interop.dll…
Eric Farr
  • 2,683
  • 21
  • 30
4
votes
2 answers

"Unable to run app in Simulator" from TeamCity build agent

I'm seeing this error in my TeamCity build agent output: ... [14:17:50][Step 2/2] Starting: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project Foobar/Foobar.xcodeproj -scheme foobarNightly…
Jace Browning
  • 11,699
  • 10
  • 66
  • 90
4
votes
2 answers

TeamCity getting stuck at Initializing page

I'm using a Ubuntu 14.04 machine. I've downloaded TeamCity 8.1.5, unpacked the files and started it through sudo ./bin/runAll.sh start. But when I open the Teamcity page (localhost:8111) it gets stuck at "Initializing TeamCity server components"…
user3878296
  • 41
  • 1
  • 2
4
votes
1 answer

Msdeploy failed: The account 'xxx' does not appear to be valid

I am trying to get automated deployment from TeamCity working for one of our new API endpoints. I have everything set up correctly, including the final step where TeamCity calls MSDeploy to send the package over to our server (we're talking our…
Richiban
  • 5,569
  • 3
  • 30
  • 42
4
votes
1 answer

Close residual Selenium WebDriver instances after forced stop

I'd like to find some new conceptual ideas, but specific solutions are welcome. Technologies Versioning System: SVN Continuous Integration Tool: TeamCity Agent: Windows (no admin rights!) Language: Java WebDriver: InternetExplorerDriver Testing:…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
4
votes
1 answer

How can I download artifacts from teamcity 8.1.2 using C# code

Using C# code I would like to download artifacts (zip file) from teamcity. Based on the TC documentation (https://confluence.jetbrains.com/display/TCD8/Accessing+Server+by+HTTP and ) I wrote this code string artifactSource =…
kendzi
  • 311
  • 2
  • 6
  • 22
4
votes
2 answers

TeamCity MSBuild 4.0 Help

I need some help with my MSBuild file i created a while ago. All i want to do is build the solution, publish a project inside the solution and than copy the files to a directory At the moment when i set Teamcity to .net 4 msbuild, msbuild 4.0 tools…
Chris Kolenko
  • 1,020
  • 17
  • 32
4
votes
1 answer

How to run docker container with -i -t options using TeamCity?

I'm trying to run docker container as part of a build on linux TeamCity build agent. However, if I run docker container with -i -t options, there is no output in the Build Log from executed command. Command Line build step: sudo docker run -i -t…
Domas
  • 496
  • 1
  • 6
  • 16
4
votes
1 answer

Why am I getting "svn: connection refused by the server"?

We have a Continuous Integration environment setup with TeamCity and subversion. TeamCity gets the latest source from svn and does a build (Visual Studio) on every commit. Sometimes we get the following TeamCity error when the build runs. Doing a…
chrisk
  • 159
  • 4
  • 7