-
Bug
-
Resolution: Won't Fix
-
Minor
The plugin tries to automatically install Java on the agent when it is not found. https://github.com/jenkinsci/windows-slaves-plugin/blob/d7f0dd6a274456d2d2cc0fc6bd67aef5382bfae9/src/main/java/hudson/os/windows/ManagedWindowsServiceLauncher.java#L235
This code does not work for new Jenkins versions anyway, because Java 6 is no longer supported. But if it magically works and installs something, it will be a subject to usage and license constraints documented in https://github.com/jenkinsci/jdk-tool-plugin
I suggest just removing the Java auto-install feature. If it is not possible, we should probably switch to https://github.com/jenkinsci/adoptopenjdk-plugin
[JENKINS-58672] Stop installing Oracle JDK 6 when there is no Java found on the agent
Labels | New: java11 |
Labels | Original: java11 | New: java11 triaged |
Priority | Original: Critical [ 2 ] | New: Minor [ 4 ] |
Labels | Original: java11 triaged | New: java11 |
Assignee | Original: Emilio Escobar [ escoem ] | New: Carroll Chiou [ carroll ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Carroll Chiou [ carroll ] | New: Emilio Escobar [ escoem ] |
Comment | [ PR here: https://github.com/jenkinsci/windows-slaves-plugin/pull/33 ] |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: In Progress [ 3 ] | New: Closed [ 6 ] |