My jenkins do not have the option "Agent Launch through Java Web Start" when I add a slave Windows node

I have already configured the java environment and installation path

Here is the picture

+19
source share
3 answers

This is a duplicate question from Server Fault: Reply here

Java Web Start uses TCP, so you need to enable and configure it in Jenkins ...

  • Log in to Jenkins as admin
  • Jenkins Management> Global Security Configuration> TCP Port for JNLP Agents

Do yourself a favor and choose a static port assignment ...

+31
source

, JNLP Jenkins → Configure Global Security. JNLP, JNLP .

+4

Starting with version 2.176.3 of Jenkins, the option is enabled when “Launch the agent by connecting it to the main device”, which is similar to the “launch agent via java web launch”, after enabling “Manage Jenkins => Configure global security => Agents”. => TCP port for incoming agents ", as described above. For example, Fixed: 50000

+1
source

Source: https://habr.com/ru/post/1659389/


All Articles