Linux – The option to “Launch slave agents via Java Web Start” is missing from new node configuration, how can I add it to the options menu

javaJenkinslinuxslave

I'm following this official Jenkins guide in order to become familiar with the Jenkins Pipeline configuration.
One of the steps there is to create a dumb slave and set it to "Launch slave agents via Java Web Start" but for some reason this option is missing from my configuration, the only other options I have are:
enter image description here
I've made sure that /usr/bin/javaws exists on the machine.

Any idea how to add it to Jenkins New Node configuration?

Best Answer

This question was asked elsewhere: https://stackoverflow.com/a/38740924

You have to enable the TCP port of JNLP agents to enable this option for slaves.

Manage Jenkins > Configure Global Security > TCP port for JNLP agents