On Mon, Jun 30, 2014 at 4:04 AM, [email protected] <[email protected]> wrote: > I just discovered a new packaging type in our repositories: "jenkins-module" > Can anyone elaborate on that type? what is is all about and how to use it?
It is much like a Jenkins plugin, except intended to be in the classpath of core (i.e., WEB-INF/lib/) rather than loaded dynamically in its own class loader. Reserved for some special components which cannot be plugins. -- 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/d/optout.
