Hello Felicia,
You would have to change the content of the Jenkinsfile to build with
JDK17 and/or 21.
I can see this modification is not part of your PR yet:
https://github.com/jenkinsci/macstadium-orka-plugin/pull/133/files .
These days, the content of this file should look like this:
buildPlugin(
useContainerAgent: true, // Set to `false` if you need to use Docker
for containerized tests
configurations: [
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])
as stated in
https://www.jenkins.io/doc/developer/tutorial-improve/add-a-jenkinsfile/
.
Once it's done, you will have to commit it, and a new build will start.
Depending on your status (maintainer or not), your build may switch to
your new Jenkinsfile, or you may have to ask a maintainer to replay
your build with your updated Jenkinsfile.
Hope this helps.
> --
> 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-de...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/jenkinsci-dev/ce8c923b-dc0e-4b86-bfd2-bc55744d32f0n%40googlegroups.com.
--
Bruno Verachten