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 サーバーをノンストップで実行する方法はありますか?