젠킨스 설정 수정
This commit is contained in:
parent
330a44314e
commit
607b954339
@ -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"
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user