Explain the difference between continuous integration, delivery, and deployment ?
Answer Posted / Mahendra Patel
1. Continuous Integration (CI): The practice of frequently merging code changes from multiple contributors into a shared repository and automatically building and testing the software.n2. Continuous Delivery (CD): The practice of keeping the software in a deployable state at any given time, ensuring that it can be released to production quickly whenever needed.n3. Continuous Deployment: An extension of CD where every change that passes through CI is automatically deployed to production.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers