Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/ec2-plugin
  Commit: 80f27faa1cbf098707971c5b54dc7333cf3ced15
      
https://github.com/jenkinsci/ec2-plugin/commit/80f27faa1cbf098707971c5b54dc7333cf3ced15
  Author: Geordie Rogers <[email protected]>
  Date:   2022-11-20 (Sun, 20 Nov 2022)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java

  Log Message:
  -----------
  JENKINS-69581: Update required java version

As of Jenkins Weekly 2.357 and LTS 2.361 the minimum required java
version is java 11.

If the command java -fullversion fails we will try to install openjdk-11.

We first try and install it using amazon-linux-extras. If this passes
then the launch continues. If it fails (for example we're launching a
linux node on a distribution other than amazon-linux we try and install
openjdk-11 using yum.

If both of these commands fail we won't launch the node.

At this point we don't explicitly check the java version, but this could
perhaps be a future addition.


  Commit: c50beb8ee547adeeafc386b694fec1e0e810822a
      
https://github.com/jenkinsci/ec2-plugin/commit/c50beb8ee547adeeafc386b694fec1e0e810822a
  Author: Raihaan Shouhell <[email protected]>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M src/main/java/hudson/plugins/ec2/ssh/EC2UnixLauncher.java

  Log Message:
  -----------
  Merge pull request #777 from grogersxyz/feature-update-required-jdk

JENKINS-69581: Install java-11-openjdk


Compare: 
https://github.com/jenkinsci/ec2-plugin/compare/6d95c8ffbceb...c50beb8ee547

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" 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-commits/jenkinsci/ec2-plugin/push/refs/heads/master/6d95c8-c50beb%40github.com.

Reply via email to