I fixed the problem. Package name of resources (Jelly/Groovy files) and class name have to be identical (case sensitive). In debug mode this isn't the case.
Am Montag, 18. Mai 2015 13:11:18 UTC+2 schrieb Jochen Fuerbacher: > > 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! > -- 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/23b99011-3789-4db2-9e5e-51d316fa5702%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
