0 votes
in Jenkins by (13.0k points)
Tell me something about Continuous Integration, Continuous Delivery, and Continuous Deployment?

1 Answer

0 votes
by (13.0k points)

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

Click here to read more about Jenkins
Click here to read more about Insurance

Related questions

0 votes
asked Nov 16, 2022 in Jenkins by Robin (13.0k points)
0 votes
asked Jan 17, 2020 in Jenkins by GeorgeBell (4.5k points)
0 votes
0 votes
asked Dec 14, 2021 in Tableau by DavidAnderson (7.4k points)
...