Browse Source

modify Jenkinsfile

huqi 5 years ago
parent
commit
0fa0b8ad1d
1 changed files with 1 additions and 1 deletions
  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 &'
             }
         }
     }