TeamCity Cloud 2022.08 Help

Supported Platforms and Environments

Operating Systems

TeamCity Agent

TeamCity Agent is a standalone Java application. TeamCity Cloud supports two types of agents:

  • Hosted by JetBrains

  • Hosted by a customer

You can combine agents of both types in your installation. Read more information on licensing these agents in Subscription and Licensing.

JetBrains-Hosted Agents

These agents are automatically maintained by JetBrains and don't require to be installed or configured by a customer. There are multiple types of these agents:

Instance Type

Hardware

Linux (Small)

  • CPU: 2 vCPU (Intel Xeon - Cascade Lake)

  • RAM: 4 GB

  • SSD storage (for running builds): 50 GB

  • Root EBS volume: 100 GB

Linux (Medium)

  • CPU: 4 vCPU (Intel Xeon - Cascade Lake)

  • RAM: 8 GB

  • SSD storage (for running builds): 100 GB

  • Root EBS volume: 100 GB

Linux (Large)

  • CPU: 8 vCPU (Intel Xeon - Cascade Lake)

  • RAM: 16 GB

  • SSD storage (for running builds): 200 GB

  • Root EBS volume: 100 GB

Linux (XLarge)

  • CPU: 16 vCPU (Intel Xeon - Cascade Lake)

  • RAM: 32 GB

  • SSD storage (for running builds): 400 GB

  • Root EBS volume: 100 GB

Windows (Small)

  • CPU: 2 vCPU (Intel Xeon - Cascade Lake)

  • RAM: 8 GB

  • SSD storage (for running builds): 100 GB

  • Root EBS volume: 100 GB

Windows (Medium)

  • CPU: 4 vCPU (Intel Xeon - Cascade Lake)

  • RAM: 8 GB

  • SSD storage (for running builds): 100 GB

  • Root EBS volume: 100 GB

macOS (Medium)

  • CPU: 6 vCPU (Intel i7)

  • RAM: 15 GB

  • Storage (for preinstalled software and running builds): 150 GB

Each JetBrains-hosted agent comes with a set of preinstalled software.

Software preinstalled on Windows agents:

Software

Version

7-Zip

19.0

Ruby

3.0.0.1

Unity Hub

3.0.1.0

Unity

2020.3.27.22868

JDK

11.0.13_8

.NET

kubectl

1.22.3

AWS CLI

2.3.4

WiX Toolset

3.11.2

NUnit

3.12.0

Perforce

2021.1

Git

2.33.1.1

Mercurial

1.0.0.1

SVN

1.14.1.51187

RTools

Node.js

v16.13.2

Yarn

1.22.15

Docker

20.10.7

Docker Compose

1.29.2

Gradle

7.2

CMake

3.22.0

Software preinstalled on Ubuntu agents:

Software

Version

Git

2.36.0

Git LFS

3.1.4

Zsh

5.8

Chromium

100.0.4896.127

Firefox

Google Chrome

100.0.4896.127

ChromeDriver

100.0.4896.60

Docker

20.10.14

Docker CLI

20.10.14

Docker Compose

1.29.2

AWS CLI

1.18.69

kubectl

v1.23.6

Azure CLI

2.35.0

Google Cloud SDK

382.0.0

JDK 8

java-1.8.0-amazon-corretto

JDK 15

java-15-amazon-corretto

JDK 16

java-16-amazon-corretto

JDK 17

java-17-amazon-corretto

JDK 11

java-11-amazon-corretto

Android SDK

7302050

Perforce

2021.2 (2273812)

Mercurial

5.3.1

SVN

1.13.0

Helm

v3.8.2+g6e3701e

Yarn

Ant

1.10.7

Gradle

7.4.2

CMake

3.23.1

Apache Maven

3.6.3

PowerShell

7.2.2

R

3.6.3

Groovy

4.0.1

RVM

1.29.12-next

rustup

1.24.3

Cargo

1.60.0

rustc

1.60.0

Go

1.18.1

NVM

0.33.11

Node.js

16.13

Python

3.8.10

Python 2

2.7.18

Python 3

3.9.12

pip3

22.0.4

pip

22.0.4

Ansible

2.9.6

Self-Hosted Agents

You can install a build agent locally on your machine, similarly to how you would do it in TeamCity On-Premises, and connect it to the TeamCity Cloud instance. Note that you need to acquire a concurrent build slot for each self-hosted agent.

Supported Java Versions

Build agents require a Java SE JRE installation to run. See notes on how to configure Java on agents.

Supported Java versions: OpenJDK and Oracle Java 8 - 11. We recommend using the latest available version of JDK.

Supported Platforms

TeamCity Agent is tested under the following operating systems:

  • Linux

  • macOS

  • Windows 7/7x64

  • Windows 10

  • Windows Server 2003/2008, 2012, 2016, 2019

  • Server Core installation of Windows Server 2016

Reportedly works on:

  • Windows XP/XP x64

  • Windows 2000 (interactive mode only)

  • Solaris

  • FreeBSD

  • IBM z/OS

  • HP-UX

Browsers

The TeamCity web interface is mostly W3C-compliant, so any modern browser should work well with TeamCity. The recent versions of the following browsers have been specifically tested and reported to work correctly:

  • Google Chrome

  • Mozilla Firefox

  • Safari under macOS

  • Microsoft Edge

  • Opera

Build Runners

Java Runners

Runner

Supported versions

Bundled versions

Ant

1.6-1.10

1.10.10

Maven

2.0.x, 2.x, 3.x

2.2.1, 3.0.5, 3.1.1, 3.2.5, 3.3.9, 3.5.4, 3.6.3

IntelliJ IDEA Project

Gradle

0.9-rc-1 or later

Java Inspections

Java Duplicates

.NET Runners

We recommend that you use the unified .NET runner to run .NET projects in TeamCity. See its requirements here.

Other .NET runners:

Runner

Supported versions

Requirements

C# Script

.NET 6.0 or later

.NET 6.0 or later installed on the build agent, or can be run inside a Docker container with .NET 6.0 or later

MSBuild

Microsoft Build Tools 2013, 2015, 2017, 2019

.NET Framework or Mono installed on the build agent

NAnt

0.85 - 0.91 alpha 2

.NET Framework or Mono installed on the build agent

Microsoft Visual Studio Solutions

A corresponding version of Microsoft Visual Studio installed on the build agent

FxCop

FxCop installed on the build agent

Duplicates Finder for C# and VB.NET code based on ReSharper Command Line Tools

Supported languages are C# up to version 4.0 and VB.NET version 8.0 - 10.0

.NET Framework 4.6.1 or later installed on the build agent

Inspections for .NET based on ReSharper Command Line Tools

.NET Framework 4.6.1 or later installed on the build agent

.NET Process Runner

.NET installed on the build agent

NuGet

NuGet 1.4 or later

Required on the build agent:

  • NuGet.exe command-line tool

  • on Windows: NuGet versions prior to 2.8.6 — .NET Framework 4.0 or later; NuGet 2.8.6 or later — .NET Framework 4.5

  • on Linux and macOS: Mono 4.4.2 or later and NuGet CLI 3.2 or later

Other Runners

Runner

Supported versions

Requirements

Command Line

Python

2.0 or later

Python installed on the build agent

Rake

0.7.3 gem or later

PowerShell

1.0 - 5.0

Xcode

3-13

Xcode installed on the build agent

Testing Frameworks

Framework

Supported versions

Requirements

JUnit

3.8.1+, 4.x

NUnit

2.2.10, 2.4.x, 2.5.x, 2.6.x, 3.0.x

TestNG

5.3 or later

MSTest and VSTest

8.x-12.x, 14.x, 15.x, 19.x are supported by the .NET runner

A corresponding Microsoft Visual Studio edition or Visual Studio Test Agent installed on the build agent

MSpec

MSpec installed on the build agent

Read more about the support for testing frameworks in TeamCity.

Version Control Systems

VCS Support on Server

VCS

Supported versions

Requirements

Git

For automatic git gc support and maintenance of Git clones, requires a Git client installed on the server

Subversion

Server versions 1.4-1.9 or later

Perforce

A Perforce Helix Core client installed on the server. See Perforce compatibility issues.

Azure DevOps

2005, 2008, 2010, 2012, 2013, 2015, 2017

Mercurial

A Mercurial "hg" client v1.5.2+ installed on the server

Other VCSs can be supported in TeamCity via external plugins.

VCS Support on Agent

VCS

Supported versions

Requirements

Git

1.6.4 or later

A Git client installed on the agent

Subversion

1.4-1.8

Perforce

A Perforce client installed on the agent

Azure DevOps

2005-2015, 2017

Mercurial

A Mercurial "hg" client v1.5.2+ installed on the agent

Labeling Build Sources

  • Git

  • Subversion

  • Perforce

  • Azure DevOps

  • Mercurial

Remote Run

  • Git

  • Mercurial

Feature Branches

  • Git

  • Mercurial

VCS Hosting Services

Issue Trackers

Tracker

Supported versions

JetBrains YouTrack

1.0 or later

Atlassian Jira

4.4 or later (all major features also reportedly worked for version 4.2)

Bugzilla

3.0 or later

GitHub

0.9-rc-1 or later

Bitbucket Cloud

Azure DevOps Server (formerly Team Foundation Server — supported version 2012 or later), and Azure DevOps Services

See also additional requirements.

IDE Integration

TeamCity provides productivity plugins for the following IDEs:

IDE

Supported versions

Requirements

Eclipse

3.8, 4.2-4.6

Eclipse must be run under JDK 1.5+

IntelliJ Platform Plugin

Compatible with IntelliJ IDEA 2019.3 - 2021.2.3 (Ultimate and Community editions); as well as other IDEs based on the same version of the platform, including JetBrains RubyMine 6.3+, JetBrains PyCharm 3.1+, JetBrains PhpStorm/WebStorm 7.1+, AppCode 2.1+. See more information on compatibility.

Microsoft Visual Studio

2010, 2012, 2013, 2015, 2017, 2019

.NET Framework

Remote Run and Pre-tested Commit

Remote Run and Pre-tested commit functionality is available for the following IDEs and version control systems:

IDE

Supported VCS

Eclipse

  • Subversion 1.7-1.8 via Subclipse and Subversive Eclipse integration plugins or SvnKit.

  • Subversion 1.4-1.7 via Subclipse and Subversive Eclipse integration plugins.

  • Perforce (P4WSAD 2009.2 - 2010.1, P4Eclipse 2010.1 - 2015.1)

  • Git (the EGit 2.0+ Eclipse integration plugin)

  • ClearCase (the client software is required), integrated via an additional plugin

Read more details.

IntelliJ IDEA Platform

(supported only for VCS integrations bundled with JetBrains IDEs)

  • Subversion

  • Perforce

  • Git (remote run only)

  • Azure DevOps, or formerly Team Foundation Server

Microsoft Visual Studio

  • Subversion 1.4-1.11 (the command-line client is required); note that 1.10-1.11 is supported since ReSharper 2018.3.

  • Azure DevOps (formerly Team Foundation Server — supported version 2005 or later). Installed Team Explorer is required.

  • Perforce 2008.2 or later (the command-line client is required).

Code Coverage

IDE

Supported Coverage Tools

Eclipse

IDEA and EMMA code coverage

IntelliJ IDEA Platform

IDEA, EMMA, and JaCoCo code coverage

Microsoft Visual Studio

JetBrains dotCover coverage. Requires JetBrains dotCover installed in Microsoft Visual Studio.

Game Engines

  • Unity, by the means of the Unity Support plugin (bundled in TeamCity Cloud and can be installed on-demand in TeamCity On-Premises)

Last modified: 17 August 2022