Continuous Integration Tutorial
Continuous Integration Resources
Selected Reading
- CI - Best Practices
- CI - Deployment
- CI - Database
- CI - Inspection
- CI - Testing
- CI - Documentation and Feedback
- CI - Build Failure Notifications
- CI - Defining Tasks
- CI - Creating a Project in TeamCity
- CI - Checking in Source Code
- CI - Building On the Server
- CI - Build Scripts
- CI - Building a Solution
- CI - Requirements
- CI - Features
- CI - Version Control
- CI - Reducing Risks
- CI - Software
- CI - Overview
- CI - Home
Continuous Integration Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
CI - Features
Continuous Integration - Features
以下是持续融合的一些主要特征或做法。
Automate the Building - 软件的建设应以能够自动化的方式进行。 如果需要采取多种步骤,那么建筑工具就必须能够这样做。 对Net而言,MSBuild是缺省建筑工具,而基于 Java的应用,你拥有Maven和Grupt等工具。
加速建造 大楼应分几分钟。 建造工作不应花几个小时,因为这意味着建筑步骤没有适当配置。
生产环境中的Test印—— 建设环境的性质应接近生产环境。 如果这些环境之间存在巨大差异,那么就会出现这样的情况:即使建筑服务器上出现,该建筑在生产上可能失败。