Managing Plugins
We have already gone through various plugins in our previous sections. Let’s have a look at some maintenance tasks related to plugins. To see the list of all available plugins in Jenkins, open the below link:
https://plugins.jenkins.io/
How To Install Plugins:
- To install a plugin, go to the Jenkins Dashboard and then click on Manage Jenkins.
- Select Manage Plugins.
- Install the Deploy to container plugin by going to manage plugin option in manage jenkins.
- Select that plugin and click on Install without restart button. Download now and install after restart button can be chosen.
Once the installation has been completed successfully, click on Go back to home page of jenkins
How To Uninstall Plugins
- Go to Manage Jenkins to uninstall a plugin in Jenkins.
- Select Manage Plugins
- Click on the Installed tab. And select the plugin which you want to uninstall and click on the Uninstall button.
- Click on Yes button.
Your selected plugin will be removed successfully.
How To Install the Plugin Manually
it may be necessary to install an older version of a plugin, so you can do this manually
- First you need to download plugin from relevant plugin page on official Jenkins website. Then go to the Jenkins dashboard and then select Manage Jenkins.
- Go to Manage Plugins
- Click on Advanced tab. Browse the downloaded plugin’s location on upload plugin section on Advanced tab.
- Then click on the Upload button.