TeamCity Links
Categories
-
Tags
.NET 5.1 agent agent pool Amazon EC2 API artifacts automation azure bug-fix build configuration build failure conditions build runner custom reports dependencies dotCover Full City Tech Git Gradle guest post inspections intellij idea investigation Maven mercurial meta-runner notifications NuGet NUnit octopus deploy parameters paul stovell PHP plugin plugins R# RC ReSharper REST API TeamCity TeamCity 7.1 unit testing Visual Studio Webinar Wes McClureOther JetBrains Blogs
Meta
Author Archives: serganch
Incremental Building with Maven and TeamCity
Since version 7.0 TeamCity offers native support for module-based incremental building possible with some build system like Maven and Gradle. Thanks to the ability to track developers’ changes in the project files, TeamCity is now able to build and test … Continue reading
Posted in Tips&Tricks
6 Comments
Incremental testing with TeamCity
When you build a large project, it is often important that previously built components that are still up-to-date are not rebuilt. Otherwise, if all targets are built every time, each build will take a long time to complete. The longer … Continue reading
Posted in Features, Tips&Tricks
Tagged Gradle, intellij idea, Maven
Comments Off on Incremental testing with TeamCity