Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>TeamCity is a proprietary continuous integration and continuous delivery server, developed and provided by <a href="https://www.jetbrains.com/" rel="nofollow noreferrer">JetBrains</a>. TeamCity natively supports Java, .NET, and Ruby development, provides integrations with major IDEs, version control systems, and issue tracking systems.</p> <p>Key features include:</p> <ul> <li><strong>Projects hierarchy</strong> allows you to group builds in a tree structure, to represent the structure of your organization and to share common settings or enforce common practices.</li> <li>Build configuration <strong>templates</strong> and configuration <strong>parameters</strong> for settings reuse</li> <li><strong>Real-time tracking</strong> (as builds are still running) shows new commits appearing in a code base, newly failed tests and new problems reported.</li> <li><strong>Test failure analysis</strong> allows finding the first build where test started to fail as well as changes which caused this failure, view history of test execution, and determine flaky (unstable) tests.</li> <li><strong>Integration with version control systems</strong> allows to check-out specific parts of the code base, check-out from several repositories at once, and view or download diffs right from the web interface.</li> <li><strong>Artifact</strong> and <strong>snapshot dependencies</strong> between builds.</li> <li>Programmatic creation of projects and build configurations with Kotlin-based <strong>DSL</strong>.</li> <li><strong>Integration with IDEs</strong> (IntelliJ IDEA, Eclipse, Visual Studio).</li> <li>Built-in <strong>static code analysis</strong>, based on IntelliJ IDEA and ReSharper engines.</li> <li>Built-in <strong>code coverage</strong> engines based on IntelliJ IDEA and JetBrains dotCover.</li> <li>Built-in <strong>statistics engine</strong> for configuring charts, reporting custom statistic values, or failing builds if statistical values get out of the specified range.</li> <li>Built-in <strong>health reporting</strong> and settings suggestions to identify problems with server configuration and opt for more efficient project configuration.</li> <li><strong>Extensibility features</strong> allow writing custom plugins or report custom statistical values and tests from a custom testing framework with the help of service messages.</li> </ul> <p>TeamCity is a commercial software and licensed under a proprietary license. A freemium license for up to 100 build configurations and 3 free build agents is available.</p> <p><br> <strong>Useful links:</strong></p> <p><a href="https://www.jetbrains.com/teamcity/" rel="nofollow noreferrer">Website</a><br> <a href="https://confluence.jetbrains.com/display/TCDL/TeamCity+Documentation" rel="nofollow noreferrer">Documentation</a><br> <a href="https://youtrack.jetbrains.com/issues/TW" rel="nofollow noreferrer">Issue tracker</a><br> <a href="https://teamcity-support.jetbrains.com/hc/en-us/community/topics" rel="nofollow noreferrer">Community forum</a><br> <a href="https://blog.jetbrains.com/teamcity" rel="nofollow noreferrer">Blog</a><br> <a href="https://twitter.com/teamcity" rel="nofollow noreferrer">Twitter</a><br></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload