Continuous deployment

download Continuous deployment

If you can't read please download the document

Transcript of Continuous deployment

  • 1. Continuous Development Sahil Kumar

2. Reduce Batch Size Increase Tempo of production 3. Gives the developers a better chance to innovate/experiment 4. Teams stay in the flow of development when the feedbacks come in, hence resolution is prompt. 5. If feedbacks come in slow, batch size of the code with the developers increases, hence more work may be needed to be retracted. 6. In case of large batch sizes of code, integration is usually the last step, and is error prone 7. Working with small batches, features are deferred less since they need not be 100% complete before deployment, thereby keeping the process dynamic and fast. 8. Continuous deployment, does not have the idea of hot fixes. 9. In case of working with large deployments, the padding estimates of the people involved is usually an overestimate, thereby contributing to the slowing down of the whole process. 10. If something breaks, the rest of the team does not deploy until the problem is handled. 11. Instead of individuals concentrating solely on their progress and deliverables, continuous deployment involve the whole team.