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 - Best Practices
Continuous Integration - Best Practices
让我们根据迄今汲取的所有经验教训,对持续融合的最佳做法进行最后审查——
Automate the Building - 我们已看到如何利用MSBuild实现建筑自动化,同时使用出版物。 这再次是持续融合进程的一个关键步骤。
建设自测——确保你能通过保持单位测试案例来测试建筑,这些测试案例应当能够由连续一体化服务器操作。
每一承诺(按基线)均应建立。 对申请所做的每一项承诺都需要成功建立。 如果建筑工程由于任何原因都失败,则需要修改法典以确保建筑通行证。
加速建造 如果建筑进展缓慢,那么它将在整个持续融合过程中表明存在问题。 确保建筑总是限于一段时间,最好永远不超过10分钟。
每个人都能看到最新建筑的成果。 “团队精神”仪表板让所有人了解所有建筑,这些建筑已经过去或失败。 这为参与持续融合进程的所有人员提供了很好的见解。