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/

236 questions
9
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
  • 311
  • 1
  • 3
  • 10
9
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
  • 9,134
  • 14
  • 56
  • 82
9
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,328
  • 1
  • 25
  • 35
9
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,939
  • 4
  • 32
  • 54
9
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
  • 623
  • 10
  • 17
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
  • 859
  • 2
  • 14
  • 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
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
  • 131
  • 1
  • 1
  • 4
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,200
  • 1
  • 13
  • 16
8
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,999
  • 1
  • 28
  • 47
7
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,497
  • 3
  • 34
  • 54
7
votes
1 answer

How to upgrade build agent to support Java 8

I want to use Java 8 in an application, but this version of Java is not installed on the TeamCity build agent I'm using. What is the proper procedure of upgrading Java to the latest version on the agent without breaking the builds of other projects…
JohnEye
  • 6,436
  • 4
  • 41
  • 67
7
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
  • 131
  • 1
  • 6
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
  • 52,939
  • 59
  • 191
  • 278
6
votes
2 answers

How do you extract a version number from nuspec into TeamCity?

How do you extract a version number from nuspec into TeamCity? We have a csproj file with this corresponding nuspec node: 1.3.2 In TeamCity I'd like to do a build of this project and create a NuGet package with version 1.3.2.%build.counter%. For…
infojolt
  • 5,244
  • 3
  • 40
  • 82
1
2
3
15 16