-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Ubuntu 20.04, openjdk 11.0.9.1, Jenkins 2.249.3
-
-
Jenkins core 2.263.1
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
- is duplicated by
-
JENKINS-64226 Jenkins not starting with AdoptJDK 11.0.9.1+1
-
- Closed
-
- links to
[JENKINS-64212] Debian/Ubuntu installer fails with OpenJDK 11.0.9.1
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Link |
New:
This issue is duplicated by |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |
Remote Link | New: This issue links to "PR-198 update JDK version check in init script (Web Link)" [ 26342 ] |
Comment | [ [~markewaite], just installed 2.263.1 on a test host. Looks like the fix is not included. ] |
I've made a pull request with a proposed fix at https://github.com/jenkinsci/packaging/pull/198