젠킨스파일수정
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
nevermoregb 2025-03-04 12:51:32 +09:00
parent 8f79ed6680
commit 58647b225c

View File

@ -30,9 +30,10 @@ pipeline {
steps { steps {
// 로컬 Nginx 서버 재실행 // 로컬 Nginx 서버 재실행
bat ''' bat '''
taskkill /f /im nginx.exe > nul 2>&1 net stop localnginx
ping -n 3 127.0.0.1 > nul ping -n 5 127.0.0.1 > nul
start "" "C:\\nginx\\nginx.exe" net start localnginx
ping -n 5 127.0.0.1 > nul
''' '''
} }
} }