4. 一篇经典的Jenkins插件开发入门文档

 虽然出自Hudson,但是同样适用于Jenkins

附上一个百度网盘下载链接 

 

5. Hudson Architecture Documents

Hudson官方网站上介绍Jenkins/Hudson架构很好的一个系列PPT

Hudson Architecture Documents

  • Hudson Web/REST Architecture

  • Hudson View Architecture

  • Hudson Execution Architecture

  • Hudson Remote Execution Architecture

  • Hudson Security Architecture

  • Hudson Plugin Architecture

6. 国内某博主写的系列文章

很实用,值得推荐。

 7. 淘宝Jenkins开发的系列文档

网上找到的

1.使用软件包管理大规模应用.pdf

2.ABS总体介绍.pdf

3.ABS配置案例.pdf

4.DailyBuild简介.pdf

5.ABS与TOAST自动化测试对接介绍.pdf

6.Hudson插件开发-技术文档.pdf

8.Hudson后台管理.pdf

9.ABS常用插件介绍.pdf

abs使用手册.pdf

 

8. 其他一些不错的中文博客

涉及Jenkins/Hudson使用和开发的很多东西

jenkins 使用文档

Hudson插件之按主题分类。这个人的博客里还有很多的关于Hudson的资料。

Hudson插件开发简介

还有这个人的博客

还有这里

 

9. 关于Jelly的教程

Jenkins和插件的UI基本都是用jelly写的,对于jenkins开发非常重要。

jelly 借鉴jsp和jstl,tag library 有34个

常用的tag

Basic guide to Jelly usage in Jenkins

jelly:stapler