ソースを参照

modify Jenkinsfile

huqi 6 年 前
コミット
0fa0b8ad1d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -26,7 +26,7 @@ pipeline {
         }
         stage('run') {
             steps {
-                sh 'target/o2server/start_linux.sh'
+                sh 'nohup target/o2server/start_linux.sh &'
             }
         }
     }