Jenkins Introduction
We’ve already seen what is DevOps, In this Jenkins introduction tutorial I will be introducing you to Jenkins and deep dive into the depth of Continuous Integration using Jenkins.
What is Continuous Integration?
Continuous Integration is a process or a development practice of automated build and automated test i.e. A developer is required to commit his code multiple times into a shared repository where each integration is verified by automated build and test.
To read complete article you can check out Jenkins Introduction```