Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-75199

Jenkins EC2 Plugin Unix Launcher does not support AL2023

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • ec2-plugin
    • None
    • Jenkins 2.479.1
      Amazon EC2 plugin Version1822.v87175d209b_b_5

      ec2-plugin/src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java

      Calls:

      executeRemote(
                                      computer,
                                      clientSession,
                                      javaPath + " -fullversion",
                                      "sudo amazon-linux-extras install java-openjdk11 -y; sudo yum install -y fontconfig java-11-openjdk",
                                      logger,
                                      listener); 

      Which is not compatible with AL2023 AMI's since there is no more amazon-linux-extras

       

          [JENKINS-75199] Jenkins EC2 Plugin Unix Launcher does not support AL2023

          There are no comments yet on this issue.

            thoulen FABRIZIO MANFREDI
            erik_rodriguez Erik
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: