Procházet zdrojové kódy

modify jenkinsfile

huqi před 6 roky
rodič
revize
683f97c1b5
2 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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 &