소스 검색

Update 'Jenkinsfile'

관리자 2 달 전
부모
커밋
ba644af917
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -17,7 +17,7 @@ pipeline {
             steps {
             steps {
                 bat 'sc.exe stop bitforum-Api || exit 0'
                 bat 'sc.exe stop bitforum-Api || exit 0'
                 bat 'sc.exe stop bitforum-Admin || 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') {
         stage('Deploy API') {