What next?
So you've created your first plugin from the Plugin Tutorial and would like to create more. But what extension points should you use, and what are good sample plugins? (You can, of course create a new extension point, but it's easy to work with existing ones.)
Here's a list of starting points:
I Want To: |
ExtensionPoint |
Plugin Sample |
---|---|---|
Add a way to log in to Jenkins |
||
Add a new build type or operation |
Hello World (Maven archetype from the plugin tutorial) |
|
Do something for every build |
|
|
Trigger some action after a build completes |
||
Trigger a build |
||
Record some stat with every project build |
||
Markup a ChangeLog message |
Gerrit Trigger Plugin (ChangeIdAnnotator) |
|
Add a link to /manage |
|