basically the build flow plugin is just concerned with the build flow. If you want to define custom extensions they should not be in the build flow repository.
I was referring instead to adding them to the build flow extensions plugin <https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Extensions+Plugin> [1] A plugin can define more than one extension - you do not need a 1:1 mapping of plugin <-> extension. /James [1] https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Extensions+Plugin On Wednesday, 8 July 2015 00:48:24 UTC+1, Jonathan Niesen wrote: > > 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. > > On Tue, Jul 7, 2015, 5:35 PM Jonathan Niesen <[email protected] > <javascript:>> wrote: > >> 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. >> >> On Tue, Jul 7, 2015, 4:43 PM James Nord <[email protected] <javascript:>> >> wrote: >> >>> I think it would it make more sense to add this to the build flow >>> extensions plugin rather than create a new plugin >>> -- >>> Sent from my phone. >>> Please excuse my brevity and any auto correct issues. >>> >>> >>> On 6 July 2015 13:04:37 BST, Jonathan Niesen <[email protected] >>> <javascript:>> wrote: >>>> >>>> Plugin Repo: >>>> https://github.com/jniesen/build-flow-json-parser-extension >>>> >>>> Plugin Name: build-flow-json-parser-extension-plugin >>>> >>>> Jenkins-Ci.org User: jniesen >>>> >>>> Description: A Jenkins plugin that extends the BuildFlow DSL. It gives >>>> you the abilit to parse JSON objects in your build script. >>>> >>>> -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/449e1d7b-8ed1-40fc-9391-4e33516e2589%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
