Automating Application Development Flashcards
1
Q
What is CI?
A
Continuous Integration
Practice in software development where developers merge code changes frequently in one place
2
Q
Release
A
Enabling software installation and usage
3
Q
Deployment
A
Installing software to a new environment
4
Q
What is Continuous Delivery?
A
Maintains deployable code with automation
5
Q
What is Continuous Deployment?
A
deploying all code changes into a testing environment and then into a production environment after the build stage is completed.