@@ -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 &'
}
@@ -1 +0,0 @@
-nohup target/o2server/start_linux.sh &