Teamcity

長征2號發表於2017-08-02
TeamCity是一款功能強大的持續整合(Continue Integration)工具,包括伺服器端和客戶端,目前支援Java,.NET專案開發。

  TeamCity提供一系列特性可以讓團隊快速實現持續繼承:IDE工具整合、各種訊息通知、各種報表、專案的管理、分散式的編譯等等,所有的這些,都是讓你的團隊快速享有持續整合帶來的效率提升、高質量的軟體保障。

  使用 TeamCity,你能夠在幾分鐘之內為你的專案配置一個構建伺服器,它內建了持續單元測試,程式碼質量分析和早期的構建問題分析報告,你甚至可以在IDE進行。

  TeamCity 提供平滑的學習曲線,你可以逐步的學習經它的高階特性和功能,你很快就能加強你釋出管理實踐。 本次釋出,在可用性作了大量的改進,更新的IDE 外掛支援 CVS和SVN,另外還包括一些之前版本不具備的企業級的特性。

Continuous  Integration for Everybody

Continuous Integration is a software development practice where members of a team integrate their work frequently, usually each person integrates at least daily — leading to multiple integrations per day. Many teams find that this approach leads to significantly reduced integration problems and allows a team to develop cohesive software more rapidly.    Martin Fowler

TeamCity help you:

Automate code analyzing, compiling, and testing processes, providing instant feedback on build progress, problems and test failures, all in simple, intuitive web-interface;
Run multiple builds and tests under different configurations and platforms simultaneously; 
Perform Pre-tested commits, helping the rest of a team sustain an uninterrupted workflow;
Have build history insight with customizable statistics on build duration, success rate, code quality and custom metrics;
Enable cost-effective on-demand build infrastructure scaling thanks to tight integration with Amazon EC2.

官方主頁:http://www.jetbrains.com/teamcity

本文轉自茄子_2008部落格園部落格,原文連結:http://www.cnblogs.com/xd502djj/archive/2011/06/21/2086462.html,如需轉載請自行聯絡原作者。