0 votes
in Jenkins by (13.0k points)
Explain what is continuous integration?

1 Answer

0 votes
by (13.0k points)

In software development, when multiple developers or teams are working on different segments of same web application, we need 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 code get tested.

Related questions

0 votes
asked Nov 16, 2022 in Jenkins by Robin (13.0k points)
...