Install plugins on Jenkins

For understanding and installing jenkins server refer previous blog Jenkins Server and for connecting slave to the master node refer Configure Jenkins Slave and Connect to Master.

Let’s continue installing plugins on Jenkins. We need following plugins for our Jenkins job.

  1. Subversion plugin: This plugin adds the Subversion support (via SVNKit) to Jenkins.
  2. Workspace cleanup plugin: This plugin deletes the project workspace after a build is finished.
  3. Cygpath plugin: This plugin performs Cygpath path conversion on Windows slaves so that the path of tools in the cluster remains the consistent across platforms.

Step 1: To install plugin, navigate to Jenkins Dashboard, click on “Manage Jenkins” > “Manage Plugins”.

install-plugins

Step 2: On the plugins page, select “Available” tab and search for above plugins one by one and checked the checkbox.

Step 3:: Press “Install without restart” and on next page, please checked the “Restart Jenkins when installation is complete”.

Step 4: That’s it!! We have installed and configured plugins on Jenkins.

No comments yet.

Leave a Reply