Posted On: Mar 02, 2020
There are mainly two ways to install Plugins on the master. First is using the "Plugin Manager" in the web UI. Second is using the Jenkins CLI install-plugin command. The easiest method of installation is using the web UI.
You go to the Manage Jenkins > Manage Plugins view. In the available tab, you can download the plugins. Administrators also use the Jenkins CLI to install the required plugin.
Never Miss an Articles from us.
Continuous Delivery is a process, where code changes are automatically built, tested, and prepared for a release to production...
Jenkins is an open-source automation tool with a powerful plugin architecture that helps development teams automate their software lifecycle. Jenkins is used to implementing many industry-leading comp...
A Slave, in Jenkins, is a Java executable that operates on a remote computer. The main characteristics of Jenkins slaves are that it understands requests from the Jenkins master instance, slaves can w...