> On 11. Jul 2017, at 15:36, Gergely Brautigam <
skarl...@gmail.com> wrote:
>
> I'm looking for some guides on general plugin development, preferable something that is not 3-4-5-10 years old stuff. And a documentation on how to properly implement the Extension Points for post build actions like locating archives and performing actions on them.
Right, progress on the developer documentation modernization has been very slow, so almost all of the docs are still wiki pages that have been around for a while.
That said, the plugin archetype is reasonably well written in a pipeline compatible way (mvn hpi:create).
Depending on what your plugin does, reading the guides how to integrate it with Credentials, Pipeline, and Script Security should take care of the major "recent" technology available.
I don't think that much else has changed in major ways. I think it's mostly relatively minor stuff, like DataboundSetters instead of adding a new constructor when a field is added.
If you have any questions, poke me on IRC. You're going to help me as well, in prioritizing documentation work.