Skip to content

Conversation

@daniel-beck
Copy link
Member

Amends #9358. Enforcer now complains when trying to build with 11.

@daniel-beck daniel-beck added internal skip-changelog Should not be shown in the changelog documentation Improvements or additions to documentation labels Jun 11, 2024
@MarkEWaite
Copy link
Contributor

Documentation change with no risk to code stability. Merging immediately to save CI costs and include in master branch.

@MarkEWaite MarkEWaite merged commit a2a852b into jenkinsci:master Jun 11, 2024
@daniel-beck daniel-beck deleted the no-jdk-11 branch June 12, 2024 09:27
@farhadmammadli
Copy link

farhadmammadli commented Jul 17, 2024

@MarkEWaite I would also build jenkins/jenkins:latest tag (java 11 installed) same as jenkins/jenkins:latest-jdk17.
Otherwise, those who run jenkins from default tag inside container will have trouble if they will update the app from menu.

@MarkEWaite
Copy link
Contributor

@MarkEWaite I would also build jenkins/jenkins:latest tag (java 11 installed) same as jenkins/jenkins:latest-jdk17. Otherwise, those who run jenkins from default tag inside container will have trouble if they will update the app from menu.

Thanks for the comment but as far as I can tell, that was completed the same week that 2.463 was delivered.

I confirmed that it is still the case with the command:

$ docker run --rm -i -t jenkins/jenkins:latest java -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode)

$ docker run --rm -i -t jenkins/jenkins:2.463 java -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation internal skip-changelog Should not be shown in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants