What is JENKINS?
Continuous Integration and Deployment tool. 3 components ofJenkins
○ 1. Code change à Devs makes changes to the applicationcode
○ 2. Test à CI tool automatically picks up the changes and tests the application
○ 3. Deploy à CI tool deploys the application with changes