Przeglądaj źródła

Merge branch 'feature/jenkins_release' into 'release'

Merge of feature/jenkins_release to release

See merge request o2oa/o2oa!284
胡起 5 lat temu
rodzic
commit
115f3d406f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Jenkinsfile_release

+ 1 - 1
Jenkinsfile_release

@@ -4,7 +4,7 @@ pipeline {
         stage('Stop Server') {
             steps {
                 catchError(buildResult: 'SUCCESS') {
-                    sh 'target/o2server/stop_linux.sh'
+                    sh 'target/o2server/stop_windows.sh'
                 }
             }
         }