젠킨스 설정 수정
This commit is contained in:
parent
330a44314e
commit
607b954339
@ -30,9 +30,9 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
// 로컬 Nginx 서버 재실행
|
// 로컬 Nginx 서버 재실행
|
||||||
bat '''
|
bat '''
|
||||||
net stop nginx
|
taskkill /f /im nginx.exe > nul 2>&1
|
||||||
timeout /t 2 /nobreak > nul
|
timeout /t 2
|
||||||
net start nginx
|
start "" "C:\\nginx\\nginx.exe"
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user