I'd like to set up a Hudson slave agent (v3.2.2) as a Windows service on one of my Windows nodes (running Windows 8.1 x64 with .NET 3.5 installed). As of this wiki page, there should be a File > Install as Windows Service menu option. But when I run the JNLP, there's no such option:
So: How do I install the Hudson slave agent as a Windows service?
答案 0 :(得分:1)
为此提交了一个错误,错误427526,以及解决方法。它与Java的版本有关。我使用了JDK 7u11并获得了File选项,并且能够将slave作为服务进行安装。