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. Jenkins Dashboard Jenkins Dashboard is the home page of Jenkins. It consists of all the major functions which are required for Jenkins administration and uses. On the left-hand side, you will have the navigation menu. We will understand what all these are used for. New Item Anything new in Jenkins is created using this option. The resource can be a Freestyle project, Maven project, a Folder, a Multi-Configuration project, etc. Many other items can be added by installing plugins. People This section includes all the known users, including their login identities. Build History This contains the history of each...
Read More