Hi,
I started developing a plugin for Jenkins.
I habe options on global config page, job config page and a management link. All these options work fine when I debug the plugin locally, using mvn hpi:run.
My problem is, that the features of the plugin aren't visible on global config page and job config page, when I import the Plugin to any other Jenkins instance. However the management link is visible and the functions behind the management link work fine.
Any ideas? Thank you very much!