0 votes
in Jenkins by
What Is Continuous Integration In Jenkins?

1 Answer

0 votes
by

In software development, multiple developers or teams work on different segments of same web application so you have to perform integration test by integrating all modules. In order to do that an automated process for each piece of code is performed on daily bases so that all your codes get tested. This process is known as continuous integration.

Related questions

0 votes
asked Oct 10, 2021 in Full Stack Developer by rajeshsharma
0 votes
asked Jun 12, 2019 in DevOps Culture by anonymous
...