Hi all I have some lack of experience but how can I resolve a problem like this?
20:04:25 Caused by: java.io.IOException: Failed to load: Matrix Project Plugin (matrix-project 785.v06b_7f47b_c631) 20:04:25 - Update required: JUnit Plugin (junit 1.3) to be updated to 1119.1121.vc43d0fc45561 or higher Is something that is connected to the pom.xml? Michael On Sun, Feb 18, 2024 at 6:15 PM Adrien Lecharpentier <[email protected]> wrote: > > 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. -- 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/CAOf5uwnCWy-PfNvjg3AeAQX8s0f9ooV_WmUkJMZJxDURwA_kgQ%40mail.gmail.com.
