Browse Source

Update 'Jenkinsfile'

관리자 2 tháng trước cách đây
mục cha
commit
cbc6e5861f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
             steps {
                 bat 'sc.exe stop bitforum-Api || exit 0'
                 bat 'sc.exe stop bitforum-Admin || exit 0'
-                bat 'timeout /t 5 /nobreak'
+                bat 'ping 127.0.0.1 -n 6 > nul'
             }
         }
         stage('Deploy API') {