Explorar el Código

Merge branch 'feature/add_jenkinsfile' into 'develop'

Merge of feature/add_jenkinsfile to develop

See merge request o2oa/o2oa!68
胡起 hace 6 años
padre
commit
493b6b8f06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
             }
             }
         }
         }
     }
     }