Slide 48
Slide 48 text
Continuous Delivery - Continuous Integration
What you need before you start
1. Version Control
Code, tests, database scripts, build and deployment scripts, and anything else needed
to create, install, run, and test the application
2. Automated Build
Treated as the codebase. It must be possible for either a person or a computer to run
the build, test, and deployment process in an automated fashion via the command
line
3. Agreement of the Team
Apart from the various tools, CI is a practice and requires commitment and discipline
from the development team. The highest priority task on the project is to fix any
change that breaks the application