On Wed, Nov 18, 2015 at 4:48 PM, 'Jesse Glick' via Jenkins Developers < [email protected]> wrote:
> On Wed, Nov 18, 2015 at 9:56 AM, Nigel Magnay <[email protected]> > wrote: > > public class HelloWorldPlugin extends Plugin implements > Describable<HelloWorldPlugin> > > Oof. Just do not use `Plugin`; consider it deprecated. Try > `GlobalConfiguration` instead. > Cool - thanks, that works. I spent a long time in stapler-debug to try to figure out why plugin ui wasn't working (And there are several plugins doing this, I may raise tickets in them as it's possible they will spin their wheels like I did). -- 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/CAPYP83Q44vwQxf44e8WnG-EtXMaSWvU%2BkgXbaux4NbEpkKh3%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
