When writing a plugin which came with a class extending the 'Builder' class, I would place my global.jelly file in a structure similar to:
com.myplugin.plugin.PluginStepBuilder/global.jelly But recently I've been developing a plugin which does not use a 'Builder' extension and simply uses @Extension and friends to make itself available to Jenkins. My descriptor class extends the `AbstractStepDescriptorImpl` class, which can override the configure method, but I can't figure out where the global.jelly file should go. Any advice or 'RTFM's with a documentation URL would be greatly appreciated! Kindest regards, Chris S. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" 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-users/f5cc02de-b3cd-4022-94e8-7279b4135613%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
