Sfoglia il codice sorgente

增加release的jenkinsfile

huqi 6 anni fa
parent
commit
5249a14542
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Jenkinsfile_release

+ 1 - 1
Jenkinsfile_release

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