


Jenkins Dashboard -> Manage Jenkins -> Manage Plugins -> Available But when it comes to software development most developers use a set of plugins, such asįollow the below step to install the above plugins or any other Jenkins plugin. Jenkins comes with over 2000 plugins and each plugin has unique functionality. Step 6: Once Jenkins is up and running, access it from the link:

$ sudo sh -c 'echo deb binary/ > /etc/apt//jenkins.list' Follow the below steps: Step 1: Install Java This installation is specific to systems operating on Ubuntu. It continuously pulls, builds and tests any code commits made by a developer with the help of plugins. Jenkins is an open-source, Continuous Integration (CI) tool, written in Java. Each commit is then continuously pulled & built. Continuous Integration is a software development practice in which developers are required to frequently commit changes to the source code in a shared repository.
