Questions tagged [teamcity-8.0]

TeamCity v8.0 is a Java based build management and continuous integration system from JetBrains.

TeamCity is a Java-based build management and continuous integration server from JetBrains.

New Features in version 8.0:

  • A much faster (up to 5 times) build history cleanup, allowing to drastically reduce server maintenance time;
  • Meta-Runner allowing to reuse build steps by representing them as a native TeamCity runner;
  • Improved build problems reporting: detection of new problems, ability to assign an investigation or mute a build problem;
  • The native IntelliJ IDEA compiler is now bundled with TeamCity 8, which means that for IntelliJ IDEA projects you get much faster incremental compilation and support for Scala, Groovy, Clojure, Kotlin, Android, GWT and many other technologies supported by IntelliJ IDEA;
  • Branches building based on Mercurial bookmarks and Git tags;
  • Detect and show changes made in Mercurial sub-repositories;

The product home page: http://www.jetbrains.com/teamcity/

233 questions
8
votes
2 answers

Change build template in TeamCity

How do I change the build configuration template for a project? Previously my TeamCity project was using a generic build template which is used by 5 other projects. I created a new template by copying an existing template and made changes that are…
joe
  • 281
  • 1
  • 3
  • 10
8
votes
3 answers

Teamcity restore a deleted build configuration

Is there a way in teamcity to restore a deleted build configuration. I found Restore just deleted project which is about restoring a deleted project but can't find any information about restoring a deleted build configuration. I am using Teamcity…
Mohammad Nadeem
  • 8,364
  • 11
  • 51
  • 79
8
votes
1 answer

How Do I Properly Configure Feature Branch CI with TeamCity

I am currently trying to set up TeamCity to build all the branches which are not my team's main branches. I have had trouble getting this to work, and have only gotten this to function with the default branch. Our repository has the following…
Blaze Phoenix
  • 819
  • 13
  • 33
8
votes
2 answers

How to zero pad the build counter in TeamCity

I'm trying to follow some guidance from this article which describes NuGet and SemVer best practices. Point #3 states that I should "Use leading zeros in the numerical suffix to auto-increment prereleases" but I am struggling working out how I can…
starskythehutch
  • 3,258
  • 1
  • 22
  • 33
8
votes
1 answer

How to enable teamcity agent for Build Tools 2013

Im trying to make a build of asp.net mvc 4 application on my teamcity server. The server is Windows Server 2012 R2. with 64bit OS. Teamcity version is 8.1 (build 29879). If I set MSBuild version to MSBuild Tools 2013 agent is incompatible. The…
8
votes
3 answers

Prevent TeamCity reporting ReSharper Code Inspection Suggestions (and Hints) as Warnings?

I have added an Inspections (.NET) build step to a TeamCity (v8) project consisting of a Visual Studio 2010 solution build step for a single dummy C# class. The build step has failure conditions that are set to fail if I get any inspection Errors or…
stephen
  • 1,182
  • 1
  • 12
  • 15
8
votes
2 answers

Teamcity triggering a build on a merge

We currently having a problem with Teamcity triggering builds with a VCS trigger when there are 0 file changes, our VCS roots are configured with Mercurial We have a checkout rules setup to only checkout the necessary folder for the solution we…
Jonathan
  • 593
  • 6
  • 16
7
votes
2 answers

TeamCity Command Line Runner: Setting and using variables

Within a TeamCity project running on a windows agent, I would like to read the contents of a file and then create a directory based on the file contents. Performing this operation as a command line build step seems logical. I have tried creating a…
bwallace
  • 111
  • 1
  • 1
  • 4
7
votes
1 answer

Is it possible to prevent concurrent builds across certain configurations?

I have a TeamCity (8.0.5) setup running with multiple agents and multiple projects with multiple configurations. We have some build configurations for CI (eg compile and unit tests) and some of the configurations used for automated deployment. The…
Twisted
  • 2,334
  • 1
  • 24
  • 43
7
votes
5 answers

Skip step in personal builds in TeamCity

on my CI server running TeamCity 8.0 I have a build configuration whose last steps are the creation and the push of a new version of a NuGet package. I wonder if there is a way to inhibit these two steps if the current build is a personal one. Any…
Kralizek
  • 1,729
  • 20
  • 42
7
votes
3 answers

TeamCity getting stuck at "Updating sources" on one Git repo

I've just set up TeamCity 8.0 on Windows to build the projects (Visual Studio solutions) in four separate Git repositories. It is working as expected on three of them, but on one it gets stuck at Updating sources. The settings for the four VCS roots…
Richard Ev
  • 48,781
  • 54
  • 181
  • 273
6
votes
1 answer

Best Practice for identical TeamCity builds across different VCS roots

Can anyone tell me what the best way would be to configure TeamCity builds when I want to run identical build configurations, but on different VCS roots? e.g; I have several 'build & test' configurations for a repository (for each project in the…
RJ Lohan
  • 6,257
  • 3
  • 30
  • 52
6
votes
3 answers

TeamCity build status parameter

I may be overlooking a built in parameter in TeamCity.. I'm trying to send the build status as a parameter to a console application. The console application is a build step that needs to run even if previous steps have failed. If previous steps…
user2097151
  • 121
  • 1
  • 5
6
votes
1 answer

TeamCity build dependencies and choosing the correct branch

I have a single project with three build configurations: Integration Deploy Dev Deploy Release Build configs 2 and 3 are dependent on 1 via a snapshot. There are 3 VCS roots: Git - All (used with build config 1) Git - Develop (used with build…
Tim Peel
  • 2,124
  • 5
  • 22
  • 43
6
votes
2 answers

Why is UnitTestOutcome set to Unknown when running tests on TeamCity?

I am checking TestContext.CurrentTestOutcome in my TestCleanup method in order to perform an action if the test did not pass (in this case, the tests are using Selenium to exercise a website and I am saving a screenshot if the test does not…
Richard Ev
  • 48,781
  • 54
  • 181
  • 273
1
2
3
15 16