From 330a44314e4470a94b237c35381ffb87e16d975f Mon Sep 17 00:00:00 2001 From: nevermoregb Date: Sat, 1 Mar 2025 12:05:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EB=A6=84=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '''