젠킨스 설정 수정

This commit is contained in:
nevermoregb 2025-03-01 13:41:15 +09:00
parent 330a44314e
commit 607b954339

View File

@ -30,9 +30,9 @@ pipeline {
steps { steps {
// 로컬 Nginx 서버 재실행 // 로컬 Nginx 서버 재실행
bat ''' bat '''
net stop nginx taskkill /f /im nginx.exe > nul 2>&1
timeout /t 2 /nobreak > nul timeout /t 2
net start nginx start "" "C:\\nginx\\nginx.exe"
''' '''
} }
} }