Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的 Hudson CI 服务器在 Linux 机器上运行。每天早上,我在 PuTTy 控制台中使用以下命令启动 Hudson
java -jar /usr/lib/hudson/hudson.war &
但是在一天结束时,当我关闭 PuTTy 控制台以关闭本地 Windows PC 时,它也会关闭 Hudson 服务器。
有什么方法可以不间断地运行 Hudson 服务器吗?