Skip to content

Commit

Permalink
Replace one more 'server' with 'controller'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Aug 25, 2023
1 parent 9bdbb83 commit ba63c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can also configure this plugin to automatically disconnect any agent with an

Java Web Start has been removed in Java 11.
When a Jenkins controller runs on Java 11, the Java Web Start button will no longer appear in the Web UI.
You can't launch agents for a Java 11 Jenkins server from a `*.jnlp` file downloaded to a web browser.
You can't launch agents for a Java 11 Jenkins controller from a `*.jnlp` file downloaded to a web browser.

There are no plans to replace this functionality.
Connect agents to Jenkins on Java 11 with plugins like plugin:ssh-slaves[SSH Build Agents Plugin], with operating system command line calls to `java -jar agent.jar`, or using containers.
Expand Down

0 comments on commit ba63c80

Please sign in to comment.