InterviewSolution
Saved Bookmarks
| 1. |
How is continuous integration achieved using Jenkins? |
|
Answer» Continuous integration is a process where a developer’s code changes are constantly integrated into the main code and the same will be tested automatically and the results of the tests will decide whether the change is ready for deployment. In this process -
|
|