Explorar el Código

modify Jenkinsfile

huqi hace 6 años
padre
commit
0fa0b8ad1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 &'
             }
         }
     }