Let’s share what is the best answer to this interview question.
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Leone Costa
Continuous integration refers to the engineering process of automating a build of an application and the testing of code each time a engineering team member commits changes to their repository. This type of a workflow encourages engineers to think about the sharing of their code and unit tests by merging the changes into a shared version control system. Once that is done the application is usually released to a master branch.
SudipSikdar
Continuous Integration in short meaning develop , tests and integrate with the existing code continuously. This is the basic devops principle. Build , test and deploy in integrate environments such as SIT. Run short cycles . Build small part , test and integrate with other functionalities.