What is Jenkins?
Jenkins is one of the most famous open-source tools which, by automating parts of the software development pipeline such as building, testing, and deployment, helps in implementing the processes of Continuous Integration (CI ) and Continuous Deployment/ Continuous Delivery (CD ) of projects. It provides a centralized platform that helps in automating the complete build pipeline, starting from the code changes to automatic creation of new builds, auto-execution of all layers of tests(Unit, Integration, and End to End ), and finally, auto-deploying the successful build?
Plugins used with Jenkins
![Plugins used with Jenkins]()
Traditional Process of Software Delivery
![Traditional Process of Software Delivery]()
Continuous Integration and Delivery with Jenkins
![Continuous Integration and Delivery with Jenkins]()
How to install the Git plugin in Jenkins
![How to install the Git plugin in Jenkins]()
Manage Jenkins > Manage Plugins
![How to install the Git plugin in Jenkins]()
Manage Plugins > Plugin Manager
![How to install the Git plugin in Jenkins]()
Conclusion
This article helps you to setup Jenkins to start CI/CD pipeline.
Traditional Process of Software Delivery.