Jenkins插件开发(1)——Jenkins扩展指南(Extend Jenkins)

官方文档参照:https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins

General Contribution

Want to help but don't know what to do? You can help to extend and enrich the Jenkins community even if you don't necessarily write code. Here is Beginners Guide to Contributing(发布自己的Jenkins插件). Latest snapshots of Jenkins can be found at the official Jenkins CI server and builds of the plugins at the Buildhive CI Server

Migrate from Hudson to Jenkins

How to migrate your development environment and account from Hudson:

Developing Plugins

Jenkins supports plugins, which allow Jenkins to be extended to meet specific needs of individual projects. Read on to learn how to write a plugin, especially make sure to read how to set up your environment

Extension points

原文地址:https://www.cnblogs.com/zhangqingsh/p/3024126.html