@@ -27,7 +27,8 @@ pipeline {
stage('run') {
steps {
//sh 'nohup target/o2server/start_linux.sh &'
- sh 'target/o2server/start_linux_nohup.sh'
+ sh 'cd target/o2server'
+ sh './start_linux_nohup.sh'
}