Explorar el Código

Merge branch 'feature/jenkins_release' into 'develop'

Merge of feature/jenkins_release to develop

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