Thanks for the tip

Le ven. 18 mai 2018 à 18:50, Jesse Glick <jgl...@cloudbees.com> a écrit :

> On Fri, May 18, 2018 at 9:03 AM, nicolas de loof
> <nicolas.del...@gmail.com> wrote:
> > I'm writing an extension to jenkins that can't be packaged as a plugin
> (need
> > to be ran before plugins get loaded)
>
> I think what you are looking for is to use a standard plugin layout
> but replacing
>
> <packaging>hpi</packaging>
>
> with
>
> <packaging>jenkins-module</packaging>
>
> and then add it to the list here:
>
>
> https://github.com/jenkinsci/jenkins/blob/ac749d669d6ba8bd77c0827c8705c9454f973a6a/war/pom.xml#L95-L134
>
> or use `custom-war-packager` to retrofit it into an existing
> `jenkins.war` artifact.
>
> (Most of these actually could be converted to regular plugins, I
> think; it is only those things which genuinely need to run code before
> the Jenkins plugin manager is initialized which must be modules, such
> as `ConfidentialStore` implementations.)
>
> --
> 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 jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2w9%2BJmfXJh-X63u3smvQstvV6JgGM2T4ML76K%3DXoBZ3Q%40mail.gmail.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANMVJzkPGbqctsifZmoTXixvV3mFRUw2ip7CWQTELR%2B_uuQJtQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to