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.

On Wed, Oct 23, 2024 at 9:08 PM Felicia Rosemond <[email protected]> wrote:
>
> Hello,
>
> I recently inherited a Jenkins plugin, Orka by MacStadium. I changed the 
> Jenkins version used to develop the plugin from Java 8 to Java 17. My problem 
> is that the build job is using Linux and Windows-8, which is causing issues. 
> I need to find out where this exists and how to get it updated.
>
> https://ci.jenkins.io/job/Plugins/job/macstadium-orka-plugin/job/PR-133/5/
>
> Any advice given would be extremely helpful.
>
>
> --
> 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 visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/ce8c923b-dc0e-4b86-bfd2-bc55744d32f0n%40googlegroups.com.



-- 
Bruno Verachten

-- 
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 visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CACtV%3DdeT1jnMoT3gZfsMJvM-cp343FSxJSqoiDWFimiUKji4-w%40mail.gmail.com.

Reply via email to