Przeglądaj źródła

modify jenkinsfile

huqi 6 lat temu
rodzic
commit
8f3337147f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -29,7 +29,7 @@ pipeline {
                 //sh 'nohup target/o2server/start_linux.sh &'
                 //sh 'cd target/o2server'
                 sh 'pwd'
-                sh 'nohup target/o2server/start_linux.sh > nohup.out &'
+                sh 'JENKINS_NODE_COOKIE=dontKillMe nohup target/o2server/start_linux.sh > nohup.out &'
             }
         }
     }