From c671d2cc96a2811c0dfb7509142cf813e620854a Mon Sep 17 00:00:00 2001 From: "seonkyu.kim" Date: Fri, 12 Jul 2024 18:00:23 +0900 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=B7]=20Jenkins=20Test3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 851acb6..1164741 100755 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { // 컨테이너 내부로 파일 복사 sh "docker cp ${WORKSPACE}/. ${containerId}:${APP_VOLUME_FRONT}" // 컨테이너 재시작 - sh "docker restart ${containerId}" + // sh "docker restart ${containerId}" } else { error "Docker container ${DOCKER_CONTAINER_NAME} not found" }