Przeglądaj źródła

增加release的jenkinsfile

huqi 6 lat temu
rodzic
commit
5249a14542
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'
                 }
             }
         }