Explorar o código

modify Jenkinsfile

huqi %!s(int64=6) %!d(string=hai) anos
pai
achega
0b36eef5b9
Modificáronse 2 ficheiros con 3 adicións e 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 &