Setup Continuous Integration/Deployment using Jenkins
Jenkins is an open-source tool that helps automate the process of integrating code from source, build and deploy into the designated environment. A typical development goes through different stages - design, develop, test and deploy. The process gets complicated when multiple developers or multiple work streams are involved. The Continuous/Integration tools such as Jenkins can help automate the entire process leading to faster releases.