-
Bug
-
Resolution: Duplicate
-
Blocker
-
All
As of today, all of our java 10 builds no longer work (they did yesterday).
In our pipeline we have:
stage('Build') { tools { jdk 'JDK10' } }
And at runtime
Java version: 9.0.4, vendor: Oracle Corporation, runtime:
is ultimately being used.
I noticed in the JDK tools provided config in the jenkins admin pane that jdk 10 is no longer an option. Latest is now 9.0.4, which I presume is the root cause.
Is there anything that can be done at the plugin provider level, or is this something Oracle related or licensing?
- duplicates
-
JENKINS-54305 Oracle JDK 10 not available anymore - Oracle JDK 11 is not free
- Resolved