Explorar el Código

modify Jenkinsfile

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