瀏覽代碼

modify jenkinsfile

huqi 6 年之前
父節點
當前提交
683f97c1b5
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      Jenkinsfile
  2. 0 1
      o2server/start_linux_nohup.sh

+ 1 - 1
Jenkinsfile

@@ -29,7 +29,7 @@ pipeline {
                 //sh 'nohup target/o2server/start_linux.sh &'
                 //sh 'nohup target/o2server/start_linux.sh &'
                 //sh 'cd target/o2server'
                 //sh 'cd target/o2server'
                 sh 'pwd'
                 sh 'pwd'
-                sh 'target/o2server/start_linux_nohup.sh'
+                sh 'nohup target/o2server/start_linux.sh > nohup.out &'
             }
             }
         }
         }
     }
     }

+ 0 - 1
o2server/start_linux_nohup.sh

@@ -1 +0,0 @@
-nohup target/o2server/start_linux.sh &