I'll have to reread the info about that plugin. I was under the impression that individual build flow extensions would be packaged in their own plugins.
If I'm understanding correctly, the instruction under the Implementing Extension heading on the build flow plugin page mentions defining the extension in your own plugin.
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin
I re-read your initial comment, are you saying this should be part of the actual Build Flow plugin itself rather than an extension? I hadn't thought about that.
> I was referring instead to adding them to the build flow extensions plugin[1]
>
> A plugin can define more than one extension - you do not need a 1:1 mapping of plugin <-> extension.
>
Some parts of the doc call it the 'concurrent extensions plugin', so it doesn't look like it's for any new BF extensions.
Yea. That works. I'll look into doing that in the next few days.