Przeglądaj źródła

modify Jenkinsfile

huqi 5 lat temu
rodzic
commit
bbccdc48de
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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