This commit is contained in:
parent
8f79ed6680
commit
58647b225c
@ -30,9 +30,10 @@ pipeline {
|
||||
steps {
|
||||
// 로컬 Nginx 서버 재실행
|
||||
bat '''
|
||||
taskkill /f /im nginx.exe > nul 2>&1
|
||||
ping -n 3 127.0.0.1 > nul
|
||||
start "" "C:\\nginx\\nginx.exe"
|
||||
net stop localnginx
|
||||
ping -n 5 127.0.0.1 > nul
|
||||
net start localnginx
|
||||
ping -n 5 127.0.0.1 > nul
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user