Jenkins Important Interview Questions
1. What’s the difference between Continuous Integration, Continuous Delivery, and Continuous Deployment?
Continuous Integration (CI):
Developers frequently merge their code changes into a shared repository.
Automated tests run to ensure the new co...
amitsinghs.hashnode.dev11 min read