젠킨스 설정 수정

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 {
// 로컬 Nginx 서버 재실행
bat '''
net stop nginx
timeout /t 2 /nobreak > nul
net start nginx
taskkill /f /im nginx.exe > nul 2>&1
timeout /t 2
start "" "C:\\nginx\\nginx.exe"
'''
}
}