Build React Apps with TeamCity
Greetings, everyone! In this blog post we will talk about building a React application with TeamCity using one of the newest TeamCity features – Docker integration, introduced in TeamCity 2017.2...
View ArticleIntroducing TeamCity RunAs Plugin
When building, testing, and deploying an application with TeamCity, you may need to run a build under a specific user account, different from the one used to run the build agent. TeamCity RunAs Plugin...
View ArticleTeamCity Plugin for HashiCorp Vault
When performing integration tests and deployments, build scripts need credentials to access external servers and services. Traditionally passwords are stored on the TeamCity server as secure...
View ArticleTeamCity Integration with IntelliJ-based IDEs
Starting from its very first version, TeamCity has provided support for IntelliJ platform-based IDEs; and since they are products from JetBrains, this integration is the most powerful one when compared...
View ArticleBranch specific settings in TeamCity
We’re often asked how to run different build steps in different branches. In fact, this has already been possible in TeamCity for quite some time (since version 9.1), but it seems we need to do a...
View ArticleTeamCity 10 EAP 2 is out today
Greetings, everyone! We are proud to announce that TeamCity 10.0 EAP 2 build 41463 has just been released! One of the most exciting features of this EAP is the ability to create TeamCity projects and...
View ArticleTen Years After: Welcome TeamCity 10!
Greetings, everyone! Our team is excited to announce the arrival of TeamCity 10.0, the jubilee version of our continuous integration and deployment server! The number ten is regarded as the most...
View ArticleInstalling GitHub Webhooks from TeamCity
Greetings, everyone! Since TeamCity 10.0 it has become possible to use commit hooks with a TeamCity server. Now, when a VCS change is detected via a commit hook, TeamCity automatically increases the...
View ArticleTeamCity 10 GitHub-Related Improvements
Configuring TeamCity to use GitHub as the source code repository has always been easy, especially since the feature ‘create from URL‘ was first introduced. TeamCity 10 has brought a number of...
View ArticleBuild, test and deploy .NET Core projects with TeamCity
The .NET Core development platform is the next wave of .NET ecosystem evolution which brings cross-platform targets for your existing or new products. Microsoft ships .NET Core SDK packages with a...
View ArticleKotlin Configuration Scripts: An Introduction
This is a five part series on working with Kotlin to create Configuration Scripts for TeamCity. An Introduction to Configuration Scripts Working with Configuration Scripts Creating Configuration...
View ArticleKotlin Configuration Scripts: Working with Configuration Scripts
This is part two of the five-part series on working with Kotlin to create Configuration Scripts for TeamCity. An Introduction to Configuration Scripts Working with Configuration Scripts Creating...
View ArticleKotlin Configuration Scripts: Creating Configuration Scripts Dynamically
This is part three of the five-part series on working with Kotlin to create Configuration Scripts for TeamCity. An Introduction to Configuration Scripts Working with Configuration Scripts Creating...
View ArticleKotlin Configuration Scripts: Extending the TeamCity DSL
This is part four of the five-part series on working with Kotlin to create Configuration Scripts for TeamCity. An Introduction to Configuration Scripts Working with Configuration Scripts Creating...
View ArticleTeamCity as Debian Package Repository
Recently we’ve been experimenting around using TeamCity as a Debian repository and we’d like to share some tips and tricks we’ve come up with in the process. We used the TeamCity tcDebRepository plugin...
View ArticleNew in TeamCity 2018.1: Inherited build steps configuration improvements
There is sometimes a need to define a common build step in a template, so that this step will be executed either before all build configuration steps or after them. Here’s a simple example. I’m...
View ArticleNew in TeamCity 2018.2: Metadata in Tests
Ever since TeamCity 2018.2, a test run in TeamCity can be associated with some supplementary information (metadata), in addition to a test’s status, execution time, and output. This information can be...
View ArticleNew in TeamCity 2018.2: Show Kotlin DSL for Build Configurations
The Kotlin-based DSL is becoming more popular for defining build configurations in TeamCity. We are continuing to improve the user experience for Kotlin, both in the TeamCity UI and the IDE plugin....
View ArticleNew in TeamCity 2018.2: Simplified Installation of Plugins
Installing new plugins has just become a lot simpler! You don’t have to restart the server to enable a newly uploaded plugin anymore. The TeamCity server now integrates with the JetBrains Plugins...
View ArticleTeamCity Google Cloud Deployment
It’s official! TeamCity Google Cloud Deployment Manager template is now available on our site as an easy way to deploy the TeamCity server to Google Cloud. The template has been around for some time,...
View Article