huqi 5 лет назад
Родитель
Сommit
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 'cd target/o2server'
                 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 &