Explorar o código

Merge branch 'feature/add_jenkinsfile' into 'develop'

Merge of feature/add_jenkinsfile to develop

See merge request o2oa/o2oa!68
胡起 %!s(int64=6) %!d(string=hai) anos
pai
achega
493b6b8f06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
             }
         }
     }