以下插件请按需安装
Mask Passwords
使用此插件可以将在console中出现的password加密,以防止密码泄露。
Job Import Plugin
支持从其他的Jenkins上远程导入job
Extended E-mail Notification
在job构建后发送邮件
Python
Adds the ability to execute python scripts as build steps.
Docker
This plugin allows containers to be dynamically provisioned as Jenkins nodes using Docker. It is a Jenkins Cloud plugin for Docker.
The aim of this docker plugin is to be able to use a Docker host to dynamically provision a docker container as a Jenkins agent node, let that run a single build, then tear-down that node, without the build process (or Jenkins job definition) requiring any awareness of docker.
The Jenkins administrator configures Jenkins with knowledge of one or more docker hosts (or swarms), knowledge of one or more “templates” (which describe the labels/tags that this template provides, the docker image, how to start it, etc) and Jenkins can then run docker containers to provide Jenkins (agent) Nodes on which Jenkins can run builds.
ShiningPanda Plugin
This plugin adds Python support to Jenkins with some useful builders (standard Python builder, virtualenv builder, …) and the ability to use a Python axis in multi-configuration projects (for testing on multiple versions of Python)
安装后,会在 系统管理-全局系统工具 中出现 Python,在这里可以设置使用的Python路径,或者自动在该路径下安装Python
Folders Plugin
This plugin allows users to create “folders” to organize jobs. Users can define custom taxonomies (like by project type, organization type etc). Folders are nestable and you can define views within folders. Maintained by CloudBees, Inc.
HTML Publisher
用于构建后生成HTML报告