Przeglądaj źródła

modify Jenkinsfile

huqi 6 lat temu
rodzic
commit
8509eb1e72
1 zmienionych plików z 1 dodań i 1 usunięć
  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'
             }
         }
     }