Hello, world Jenkins plugin

Note

That this post is still in progress… Please come back soon.

Extension points

Jenkins is super customizable CI server. It contains many extension points which allow developer to add new functionality in almost every place. Here is the official list of these extension points.

Jenkins plugin

A standard plugin is composed with: - Java - Maven

It is also possible to create it using Groovy and Gradle. I’ll try to describe it in one of the next posts :)

How to start?