in Jenkins by
Q:
Tell me something about Continuous Integration, Continuous Delivery, and Continuous Deployment?

1 Answer

0 votes
by

Continuous Integration: A software development process where the changes made to software are integrated into the main code as and when a patch is ready so that the software will be always ready to be – built, tested, deployed, monitored – continuously.

Continuous Delivery: This is a Software Development Process where the continuously integrated (CI) changes will be tested & deployed continuously into a specific environment, generally through a manual release process, after all the quality checks are successful

Continuous Deployment: A Software Development practice where the continuously integrated (CI) changes are deployed automatically into the target environment after all the quality checks are successful

Related questions

0 votes
asked Jan 17, 2020 in Jenkins by GeorgeBell
0 votes
asked Dec 14, 2021 in Tableau by DavidAnderson
0 votes
asked Dec 10, 2022 in Jenkins by SakshiSharma
0 votes
asked Oct 21, 2019 in Jenkins by rajeshsharma
...