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