Explorar el Código

modify jenkinsfile

huqi hace 5 años
padre
commit
683f97c1b5
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  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 &