This commit is contained in:
parent
8f79ed6680
commit
58647b225c
@ -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
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user