Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
-
Ubuntu 20.04, openjdk 11.0.9.1, Jenkins 2.249.3
-
-
Jenkins core 2.263.1
Description
Jenkins fails to find a valid openjdk version on Ubuntu 20.04 when the version of openjdk includes more than three dots such as 11.0.9.1.
The sed regex used in the init script needs to be updated to more accurately match the version string.
This is similar to bug JENKINS-57096
Attachments
Issue Links
- is duplicated by
-
JENKINS-64226 Jenkins not starting with AdoptJDK 11.0.9.1+1
-
- Closed
-
- links to
I've made a pull request with a proposed fix at https://github.com/jenkinsci/packaging/pull/198