The jenkins.version you set in your pom requires java 11 minimum ( https://www.jenkins.io/doc/book/platform-information/support-policy-java/). However, the jenkinsfile still tries to build the plugin using java 8 on windows.
As you are not the maintainer for now, changing the Jenkinsfile wouldn't change anything as it wouldn't be used. Once you're the maintainer, I'd suggested to open a pull request updating the jenkinsfile configuration (there is a open rewrite recipe to help you). Merge that PR and then you can work more deeply on the plugin. Le dim. 18 févr. 2024, 18:07, Michael Nazzareno Trimarchi < [email protected]> a écrit : > Hi > > On Sun, Feb 18, 2024 at 5:56 PM Adrien Lecharpentier > <[email protected]> wrote: > > > > Even if the plugin is not mark as up for adoption, it currently has no > maintainer listed in the RPU. So +1 for me. > > > > Please note that the plugin has multiple public security issues. I'm > sure the security team will require you to resolve them before any release > can be deployed. > > > > Ok I see, mostly my problem is even resolve CI build on jenkins CI too > > Michael > > > Le dim. 18 févr. 2024, 16:35, Michael Nazzareno Trimarchi < > [email protected]> a écrit : > >> > >> Hi all > >> > >> https://github.com/jenkinsci/openid-plugin/pull/24 > >> > >> My github account > >> https://github.com/panicking > >> > >> Pull request for the permission > >> > >> > https://github.com/jenkins-infra/repository-permissions-updater/pull/3776 > >> > >> Michael > >> > >> -- > >> 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/CAOf5uwnO4r%2B-upaC-5wCMXbez-bsBd3LajxyU483ftm%2BMLYq2A%40mail.gmail.com > . > > > > -- > > 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/CAKwJSvyP%3DkpWEcumyRLhzYBrn4rfB9NguybafT4MwxnTq4f12g%40mail.gmail.com > . > > > > -- > Michael Nazzareno Trimarchi > Co-Founder & Chief Executive Officer > M. +39 347 913 2170 > [email protected] > __________________________________ > > Amarula Solutions BV > Joop Geesinkweg 125, 1114 AB, Amsterdam, NL > T. +31 (0)85 111 9172 > [email protected] > www.amarulasolutions.com > > -- > 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/CAOf5uwnQTw0z2bO3RRK6xvorCNmBUojQirg%2BpDJR%2BS3h81RxCg%40mail.gmail.com > . > -- 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/CAKwJSvy-ozNe95WkobFbDEidjFz%3DzCeN2rVw_uY_YKY-21kHaw%40mail.gmail.com.
