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.