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
56
votes
2 answers

Select Git branch for TeamCity Build

I'm wondering how to select the branch to build against using Team City 8.1. My VCS root (Git) is set to Default: "master" and Branch specifications…
Joe
  • 4,959
  • 5
  • 37
  • 55
49
votes
4 answers

Conditionally execute a TeamCity build step

I am working on defining a general-purpose build template for all our projects -- which I have placed at the "root project" level (thanks to this new feature of TeamCity 8). Some of our projects create an installer, which needs to be generated by a…
Stuart Lange
  • 3,889
  • 4
  • 21
  • 30
35
votes
1 answer

Why did my TeamCity build stop working?

I have a TeamCity build configuration that has been working fine until recently. Suddenly, there is a build stuck in the queue that says it is not compatible with any agents. The reason given is: Implicit requirements: teamcity.build.branch defined…
Tim Long
  • 13,000
  • 18
  • 75
  • 141
32
votes
4 answers

Import/Export TeamCity build configuration from one server to another

What's the best way to move a single TeamCity build configuration from one server to another? I have a local instance of TeamCity that I test builds on. Then when the build is sufficiently mature, I manually create it (eyeball-copy) on our main…
Ace
  • 1,352
  • 3
  • 14
  • 20
30
votes
2 answers

Setting up TeamCity to build Android Studio project

I cannot for the life of me find any reference on the internet for how to setup TeamCity to build Android Studio projects. I've found links to IntelliJ Idea and TeamCity, to Gradle and TeamCity, but nothing specifically on building an Android…
Dr. Andrew Burnett-Thompson
  • 19,227
  • 6
  • 78
  • 159
21
votes
1 answer

Update Variable in TeamCity powershell script

I am trying to update an enviroment variable in TeamCity using Powershell script. However, it does not update the value of the variable. How can I do this? Below is my current code which gets the currentBuildNumber fine: $currentBuildNumber =…
Jake Rote
  • 1,987
  • 2
  • 13
  • 40
21
votes
1 answer

MSBuild 12 in TeamCity not finding reference assemblies for .NET 4.5.1

I'm getting the following warning messages in my TeamCity build log: [GetReferenceAssemblyPaths] C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(989, 5): warning MSB3644: The reference assemblies for framework…
Mike Cole
  • 13,228
  • 24
  • 106
  • 187
20
votes
1 answer

Treating 'master' and 'refs/heads/master' as the same branch in TeamCity

Working with github and teamcity, builds seem to either be refs/heads/master or master branch. Whenever the github service hook launches a build, it is on the branch master. Whenever TeamCity launches a build (e.g. when I start a build, or a…
daboross
  • 608
  • 9
  • 22
15
votes
7 answers

List remote refs failed: java.net.ConnectException: Connection time out: github.com

I've recently starting seeing the above error with ever-increasing frequency on our build server. Nothing has changed in our TeamCity configuration during this period, so I'm guessing it might be changes at GitHub that are causing the error. I've…
Richard
  • 4,302
  • 3
  • 30
  • 35
12
votes
1 answer

Is it possible to specify when a Build Feature is to be run?

TeamCity 8.1.4 (build 30168) I notice that Build Features are always run as first part of first step in the Build Steps, but is it possible to make a Build Feature run e.g. as first part of step2? Or as last part of Step1? Any help is appreciated!…
Gard E.
  • 133
  • 7
11
votes
0 answers

Disable github cache for internal teamcity build status image in README.md

I have a TeamCity Build Status Icon in github README.md which looks as follows [![Build…
Rahul
  • 873
  • 6
  • 16
11
votes
2 answers

TeamCity REST API get list of pending changes

Is there a REST API endpoint to get a collection of changes that are pending for a build in TeamCity? We have the build set to manual and it is triggered outside TeamCity and would like to show a bullet point list of commits that'd be in that…
Phil
  • 3,652
  • 5
  • 35
  • 56
10
votes
2 answers

Nuget and Teamcity Agent not allowed to run this configuration

I came across an interesting issue. I want to build nuget packages with Teamcity. I did set up the configuration which is really straight forward (Good job JetBrains!) However I am not able to run it on one of our build agents. The agent does pass…
Mike
  • 539
  • 4
  • 18
9
votes
1 answer

Coded UI Test with Teamcity

I run MSTest to test WPF application (Coded UI Test) on a VM using Teamcity. I already installed test agent as interactive process but i keep getting this error in Teamcity log Error calling Initialization method for test class…
Gintama
  • 1,073
  • 19
  • 29
9
votes
3 answers

Trigger a TeamCity build on changes in a git submodule

How to setup TeamCity trigger to start build on changes in git submodule? Currently you have to update a submodule commit pointer to trigger a build in the main repository, so that TC will register a change in the main repository. Update The…
Janusz Skonieczny
  • 13,637
  • 9
  • 48
  • 59
1
2 3
15 16