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

Github test badge from TeamCity build test results

I'm attempting to get my TeamCity build server's test results to show up as a badge in the GitHub repository's README.md file. I was able to get the build status badge to show up and work as desired, but I cannot find any examples of this working…
David Pine
  • 23,787
  • 10
  • 79
  • 107
3
votes
1 answer

Running boost unit test console applications as part of Teamcity build

In our application, there are a bunch of unit test console applications that have been written using the boost unit test framework. These test applications form part of the Visual Studio Solution (we are using VS2008 Professional). Is it possible to…
Ralf
  • 9,405
  • 2
  • 28
  • 46
3
votes
1 answer

Sitecore and TDS and Package Deployment

I'm using TDS to create .update packages. I've set the settings for this in TDS properties. This works fine locally. But on my build server (TeamCity) it does not seem to build the update packages. Do I need to add some command line parameters for…
Ethan Schofer
  • 1,718
  • 5
  • 26
  • 55
3
votes
1 answer

StackOverflowException with JetBrains dotCover in TeamCity

I use TeamCity to support continuous integration of a project. Currently, when I run .NET Code Coverage: JetBrains dotCover for a specific project then the dotCover crashes with StackOverflowException. Also, the unit test 'TestSomething' is correct…
3
votes
1 answer

Teamcity: How run only pull request commits

I setup a build (on TeamCity 8.1) to pull request on github, but it always performs all the commits. How do I run only pull request commits (just one user)? Current configuration: +:refs/pull/(*)/merge
SrLopes
  • 61
  • 4
3
votes
1 answer

Automate cleanup of IIS sites via Octopus Deploy on TeamCity branch removal

I'm extremely new to this, so apologies if it's a dumb question but I couldn't find anything about it either here, at help.octopusdeploy.com, or google. Additionally, I'm a DevOps engineer, not a developer and have been using TC and Octopus for…
Gesthemene
  • 79
  • 7
3
votes
0 answers

Why does the build log not capture all standard output?

we're running nightly regression test builds with TeamCity Enterprise (9.1). These are tests written in C# using SpecFlow (1.9.0), Selenium (2.48.2) and BrowserStack. We use MS Test 2015 as test engine. Now the problem. We have noticed that output…
Markus Neifer
  • 53
  • 1
  • 6
3
votes
1 answer

TeamCity has failed to start

On starting TeamCity from URL, I get following error : It was working fine till last week. And when opened today, it is showing error. I logged in as administrator to view logs. Below is the stacktrace : …
Mosam Mehta
  • 1,658
  • 6
  • 25
  • 34
3
votes
2 answers

Prevent teamcity from cancelling a build

We have a database tester build that first clones a database before it runs the tests. We would like to prevent this build from being stopped/cancelled by a user. The problem is, if the build is cancelled/stopped manually during the cloning process…
Andrew Burns
  • 346
  • 4
  • 15
3
votes
0 answers

Mac Agent With El Capitan Can't Run Command line executables

I upgraded our build agent to El Capital recently, and started getting some build failures for our builds. Prior to the upgrade, I had no issues with any builds. In my build configurations, I have a Command Line step configured to run an executable…
DavidAndroidDev
  • 2,371
  • 3
  • 25
  • 41
3
votes
2 answers

Microservices with many repositories out of date

In a microservices architecture what is the best strategy for keeping many developer environments up-to-date across multiple source code repositories? Suppose there were 10 teams of 10 developers working on 200 microservices in git. Every developer…
LL020
  • 55
  • 4
3
votes
1 answer

Qt Test output in TeamCity

Is there any possible to analyse output of Qt Test framework in TeamCity build server (e.g. from xml file or using Cpp Unit Testing plugin)?
Renat
  • 33
  • 4
3
votes
1 answer

TeamCity MSDeploy .NET App with Hangfire fails

I am attempting to use Hangfire. Here's my problem, when i try to publish to azure the publish fails coz the DLL is being used by another process. VSMSDeploy] C:\Program Files…
3
votes
1 answer

Use Specific Roslyn Compiler Version in TeamCity

Due to a bug in the Roslyn compiler, I cannot build my project using v1.0 of the compiler (there is no workaround to make it work on 1.0). However, Microsoft has corrected the issue in a more recent version of the compiler. When using Visual…
MineR
  • 2,144
  • 12
  • 18
3
votes
2 answers

RSA Encryption : moving code from js to C#

I'm working on an useragent that logs into teamcity and I'm trying to move the password encryption from js to c#. this is the javascript the section called rsa.js and encrypt.js are important. They make a function call with…
Scott Cowan
  • 2,652
  • 7
  • 29
  • 45