Sfoglia il codice sorgente

modify Jenkinsfile

huqi 6 anni fa
parent
commit
8509eb1e72
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'
             }
             }
         }
         }
     }
     }