0 votes
in Jenkins by
How is continuous integration achieved using Jenkins?

1 Answer

0 votes
by

Here are the steps –

All the developers commit their source code changes to the shared Git repository.

Jenkins server checks the shared Git repository at specified intervals and detected changes are then taken into the build.

The build results and test results are shared to the developers

The built application is displayed on a test server like Selenium and automated tests are ran.

The clean and tested build is deployed to the production server.

image

Related questions

0 votes
asked Apr 28, 2021 in Jenkins by Robindeniel
0 votes
asked Nov 14, 2019 in Continuous Integration by SakshiSharma
...