Difference between continuous Integration and continuous development configuration management tools

0 votes
What is the Difference between continuous Integration and continuous development configuration management tools?
Dec 17, 2018 in DevOps & Agile by Ali
• 11,360 points
912 views

1 answer to this question.

0 votes

Have a look at this:

Continuous Integration :

I'm sure you would have come across many definitions and technical explanations, but let me explain this with an example. Suppose you are working on a project with a team of 5 people, all concerned with different aspects. What happens with Continuous Integration is, there exists a shared repository which contains the main updated code. Every member from the team pulls that and starts working on them independently and commit their changes which will automatically get integrated with the actual code and also with the codes of other team members. This just makes the development process faster and convenient. 

Continuous deployment:

Continuous deployment is an extension of continuous delivery that automatically deploys each build that passes the full test cycle. What happens in continuous delivery is once the design is made, simultaneously people start working on the deployment part and testing and once it's tested, the integration is automatically done and ready for delivery. With Continuous Deployment, every change that is made is automatically deployed to production. 

Accelerate your DevOps journey with Continuous Testing in DevOps and ensure quality at every stage of your software development lifecycle

answered Dec 17, 2018 by Arohi

edited Dec 19, 2018 by Kalgi

Related Questions In DevOps & Agile

0 votes
1 answer

Is there any difference between jenkins ssh publishers and ansible?

In a Layman’s language they're the same ...READ MORE

answered Apr 9, 2018 in DevOps & Agile by shubham
• 7,340 points
989 views
0 votes
1 answer

How can a script identify the difference between Docker Toolbox and Docker for Windows?

Now, the Toolbox works through docker-machine. The way ...READ MORE

answered Aug 24, 2018 in DevOps & Agile by Tyrion anex
• 8,700 points
573 views
0 votes
2 answers

difference between the `COPY` and `ADD` commands in a Dockerfile

Hi, COPY and ADD are both Dockerfile instructions that serve similar purposes. They ...READ MORE

answered Dec 23, 2020 in DevOps & Agile by akhtar
• 38,230 points
4,579 views
+2 votes
1 answer

What is the difference between a container and an image in Docker?

 Below is reference which you can follow to know ...READ MORE

answered Sep 20, 2018 in DevOps & Agile by shubham
• 7,340 points
915 views
0 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,523 views
+2 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP