Browse Source

modify Jenkinsfile

huqi 6 years ago
parent
commit
bbccdc48de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -26,7 +26,7 @@ pipeline {
         }
         stage('run') {
             steps {
-                sh '/target/o2server/start_linux.sh'
+                sh 'target/o2server/start_linux.sh'
             }
         }
     }