Does the path to your resources (i.e. the config.jelly file) match exactly with the new package name + class name? i.e. class my.package.MyClass and /src/main/resources/my/package/MyClass/config.jelly?
Ulli Am 12.07.2013 um 20:04 schrieb Jack Strohm <[email protected]>: > This is my first time writing a plugin for Jenkins. I've started by trying > to just duplicate an existing one and clearly I don't understand something > about resources. > > I've created a copy of DefaultMatrixExecutionStrategyImpl along with all of > it's resources in a separate package with a new name. I build and load the > plugin into Jenkins and I see that I can select between "Classic" and mine, > "Jacks" > > But when I select my version of the DefaultMatrixExecutionStrategyImpl it has > no options in the config while the "Classic" implementation still has options > available. > > Am I doing something wrong with my resources? Do they have to be registered > somewhere? > > Any helps or pointers would be appreciated, thanks! > > - Jack Strohm > > -- > 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]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
