huqi 5 лет назад
Родитель
Сommit
0b36eef5b9
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 1
      Jenkinsfile
  2. 1 0
      o2server/start_linux_nohup.sh

+ 2 - 1
Jenkinsfile

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

+ 1 - 0
o2server/start_linux_nohup.sh

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