hudson插件说明
Artifactory Plugin:maven仓库管理工具
Backup plugin 可以备份hudson_home下所有文件,除了svncode。这个插件有问题,不能使用。
Build Publisher Plugin 在防火墙里运行hudson(公司内部),后把报告给另外一个hudson展示用(面对互联网)。
Dashboard View 在hudson首页增加视图显示checkstyle、findbugs总数。很好用。
Hudson ClearCase Plug-in 配置管理的工具,类似于svn,应该没用途。
Jenkins ClearCase Release Plugin
This plugin makes it possible to promote composite baselines or latest baselines to RELEASED promotion level for Clearcase UCM.
促进多种基线或最后的基线到发布水平。
Clover Plugin 单元测试覆盖率,收费工具。
Copy To Slave Plugin
This plugin allows to copy a set of files, from a location somewhere on the master node, to jobs' workspaces.
It also allows to copy files back from the workspaces of jobs located on a slave node to their workspaces on the master one.
用来将文件自动地从master上拷贝到slave(构建前),或从slave拷贝回master(构建后)。例如从hudson_home某文件夹下复制findbugs-include.xml到构建项目的workspace目录下。(不能设置放到workspace下的某个目录下)。很实用的插件。
Hudson Copy Archiver Plug-in 可以把各个构建项目下的文件复制到一个公共的目录下。
Create Job Advanced Plugin 系统设置“Discard Old Builds ”的一些选项,然后新建项目时,实用该默认配置,也挺实用的。
Dependency Analyzer Plugin
This plugin parses dependency:analyze goal from maven build logs and generates a dependency report
需要实用maven命令:dependency:analyze,后解析并展示报告。其实没什么用途。
Disk Usage Plugin 显示每个构建项目构建历史、workspace的磁盘使用打下,比较使用的插件。
DocLinks Plugin 可以在项目构建也展示链接,链接内容可以是txt,html,很好用的插件。qtp的测试文档应该可以展示,但插件是基于总体的,不是某一次构建。
Downstream buildview plugin
This plugin allows you to view the full status all the downstream builds so that we can graphically see that everything for this build has been completed successfully.用图表形象展示构建成功项目状态。好像没什么用。
Doxygen Plugin 文档生成工具,应该没用。
posted on 2013-12-14 10:26 lhs295988029 阅读(423) 评论(0) 收藏 举报