---

DEEP-DIVE INTO JENKINS – WHAT ARE ALL JENKINS FUNCTIONALITIES ?

Welcome to linuxnix.com. In our last blog, we went through Jenkins Basics and its installation. In this blog, we will go deep into the functionalities and understand all the different features of Jenkins. Let’s get started.

WORKING OF JENKINS

Developers make commits in the source code. Jenkins polls and detects code at every interval.
If there are any commits, Jenkins will start the build using any of the build tools integrated into the code.
If the build is successful, Jenkins deploys it to the test server. If not, then it notifies the developers.
After building, Jenkins generated the feedback report and send it to QA.
Jenkins polls the source code repository for any new commits and follows the same process which is Continuous Integration and Continuous Delivery.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis