51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

踩坑,jekins找不到“ Launch slave agents using Java Web Start ”选项

在给jekins创建windows从节点时,发现启动方式里找不到 " Launch slave agents using Java Web Start "这个选项,百度之后,发现大家都配置了这个东西:


jekins配置从节点 jekins配置从节点


然而,我配置了还是没有,最后在stackoverflow上看到一个回答:

As of Jenkins version 2.176.3, there is option enabled when "Launch agent by connecting it to the master" which is same as "launch agent via java web start" once you enable the "Manage Jenkins => Configure Global Security => Agents => TCP port for inbound agents" as mentioned above. e.g. Fixed: 50000

stackoverflow

在启用了 TCP port for inbound agents 选项后,Launch agent by connecting it to the master选项和launch agent via java web start是一样的

赞(5)
未经允许不得转载:工具盒子 » 踩坑,jekins找不到“ Launch slave agents using Java Web Start ”选项