0 votes
in Jenkins by (23.1k points)
What Is Continuous Integration In Jenkins?

1 Answer

0 votes
by (30.8k points)

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
0 votes
asked Nov 16, 2022 in Jenkins by Robin (13.0k points)
...