diff --git a/jenkinsfile b/jenkinsfile index c0f5a7e..0876bd7 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -16,7 +16,7 @@ pipeline { // 로컬 Nginx 서버에 빌드 파일 배포 bat ''' :: 루트경로 설정 - set NGINX_ROOT=C:\\nginx\\html + set NGINX_ROOT=C:\\nginx\\html :: 기존 빌드 삭제 if exist "%NGINX_ROOT%\\dist" rmdir /s /q "%NGINX_ROOT%\\dist" @@ -26,7 +26,7 @@ pipeline { ''' } } - stage('Restart Server') { + stage('Restart Server!') { steps { // 로컬 Nginx 서버 재실행 bat '''