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: email notifications to non registered users

Is it possible setup TeamCity e-mail notifications to VCS users which doesn't registered in TeamCity? VCS user name is a first part of e-mail: vasily.pupkin -> vasily.pupkin@company.com Jenkins has settings for this case: 'Default user e-mail…
Sergey Azarkevich
  • 2,641
  • 2
  • 22
  • 38
4
votes
2 answers

Write log file contents to TeamCity build log

A build step in my team city setup produces a log file. How do I include the contents of that file in the build log? I already tried the "type" command, but that does not work. I know I could list the file as artifact so I can download it, but it…
theDmi
  • 17,546
  • 6
  • 71
  • 138
4
votes
3 answers

TeamCity installed successfully, but unable to restart after shutdown

I have managed to install TeamCity successfully, with a BuildAgent running. However, after running runall stop, followed by runall start, I get the following error: error in script file line: 41 file input/output errorerror…
Extrakun
  • 19,057
  • 21
  • 82
  • 129
4
votes
0 answers

How to integrate TeamCity with Perforce Swarm test run status?

Swarm can call a URL, and provide the changelist number and two callback URLs: one to report test failure and one to report success (Swarm integration API). Is it possible to integrate this API with Teamcity builds? Teamcity definitely supports…
Massimiliano
  • 16,770
  • 10
  • 69
  • 112
4
votes
1 answer

TeamCity incremental testing for .Net projects

I'm building a modular WPF application. Each screen is a highly independent and isolated unit. The only thing shared - shell and a common library with a facade interface for the reusable services (message bus, persistence, window management etc).…
Pasho
  • 488
  • 3
  • 15
4
votes
3 answers

Run an XSLT transformation on TeamCity

Is there any built-in way to run an XSLT transformation on TeamCity? Preferably, as a build step. As I have not found anything in the docs so far, I'm not too confident about that feature, however, maybe somebody already integrated an XSLT…
D.R.
  • 20,268
  • 21
  • 102
  • 205
4
votes
3 answers

Automating silverlight unit tests using StatLight and TeamCity

What is the best way to run silverlight unit tests automatically using team city? I have found StatLight which we had working well when we used cc.net, and it says that it has support for teamcity. Does this just mean the test results output file is…
Tom
  • 623
  • 8
  • 23
4
votes
0 answers

Does Jenkins provide a "Remote Build" feature like Teamcity?

Does jenkins have a feature equivalent to Teamcity's "Remote Run" or "Personal Build"? p.s. I am using SVN.
Aniruddh Joshi
  • 1,705
  • 3
  • 12
  • 18
4
votes
1 answer

How to access teamcity configuration parameters in MSBuild unit tests

Is there a way to access configuration parameters within MSBuild unit tests? I have teamcity configured to run lengthy test set every couple of hours. Every now and then I want to run test with specific parameter (string restricting sample test…
Marek
  • 2,419
  • 6
  • 34
  • 38
4
votes
3 answers

Idle TeamCity agents doesn't take compatible tasks from queue

I am using TeamCity 8.1.3 and have one task in the build queue and compatible enabled agent. In "Build Queue" teamcity says that task "Can run on" - "2 agents" Both agents are idle. I tried to reinstall teamcity, reinstall buildAgent and install…
Hasselbach
  • 136
  • 2
  • 6
4
votes
2 answers

TeamCity agent seems to try to register itself every 3 minutes, resetting the agent, thus cancelling any builds

I'm getting an issue where it seems that the TeamCity agent tries to register every 3 minutes (almost exactly on time as well), which makes the agent disconnected for a short amount of time. In this time, the build that was running on the agent gets…
4
votes
1 answer

Trigger Snapshot Dependency to Build Specific Branch in TeamCity

Let's say I have a project Foo configured with Git VCS root having default branch feature/foo. I'd like to have a snapshot dependency on a project Bar that is unit testing every feature branch on the same repo as Foo (ie, the VCS root for Bar has…
brad_julian
  • 157
  • 1
  • 8
4
votes
2 answers

How do I run MSpec test assemblies in parallel?

We have the following setup: Team City v8.1.2 .NET 2013 Solution with several different C# projects (ASP.NET MVC, libraries, testing projects, etc.) 95% of our tests are MSpec, but we also have some NUnit tests. We have 14 test projects and…
Javier Holguera
  • 1,301
  • 2
  • 11
  • 27
4
votes
0 answers

MSBuild web deploy to IIS express

Is it possible to publish website using MSBuild to IIS express? I need to specify user credentionals as login and password but cant find how can I setup user account on IIS. In whole how can I veryfie that localhost:8172/MsDeploy.axd service is…
Anton Putov
  • 1,951
  • 8
  • 34
  • 62
4
votes
2 answers

Why the compilation error from Team City after adding Newtonsoft.Json?

I have a service that was sending bad DateTime data due to use of the JavascriptSerializer. I used Nuget to add Newtonsoft to the project, and utilized that. Here's the only place it's utilized in the code (old way, then new): 374 - …
333Matt
  • 1,124
  • 2
  • 19
  • 29