jenkins插件管理
Jenkins is such handy tool which can be easily extended via adding additional plugins in order to accommodate more functionalities. E.g. including Git as SCM option, JUnit plugin etc. This can be easily done by selecting the option Manage Jenkins - Manage Plugins as shown below.
Jenkins是这样方便的工具,可以通过添加其他插件轻松扩展以容纳更多功能。 例如,包括Git作为SCM选项,JUnit插件等。这可以通过选择选项Manage Jenkins-Manage Plugins轻松完成,如下所示。
Click on the Mange Plugins from Manage Jenkins screen. This will take to the page where all the available plugins are listed out. Click on the available tab and from the available list of plugins choose the plugins which are required to be installed. E.g. select the Github plugin as shown below and click on install without restart button at the bottom of the page. This will download the github plugin and installs in the Jenkins.
在Manage Jenkins屏幕上单击Mange插件 。 这将转到列出所有可用插件的页面。 单击可用的选项卡,然后从可用的插件列表中选择需要安装的插件。 例如,如下图所示,选择Github插件,然后点击页面底部的“ 安装而无需重启”按钮。 这将下载github插件并安装在Jenkins中。
As you click on Install, the download will begin.
当您单击安装时,下载将开始。
Once the installation completes, you will see a Success message.
安装完成后,您将看到成功消息。
Now, open up any build job created and click on Configure. The Git option will be added under source code management.
现在,打开创建的所有构建作业,然后单击Configure 。 Git选项将添加到源代码管理下 。
jenkins插件管理