Jenkins Interview Questions & Answers
Difference between CI, Continuous Delivery and Contnious Deployment?
Continuous Integration: The process of automatically integrating the code changes into shared repository (Git), building the image from the code (Docker) , testing (sonarqube) is k...
journeytodevops.hashnode.dev10 min read