From cad574324e04bb58acc5dae66b439cd800346e66 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Mon, 6 Jul 2026 21:05:00 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile=20=EA=B0=9C=EC=84=A0:=20-=20skipDef?= =?UTF-8?q?aultCheckout=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80=20(Deplo?= =?UTF-8?q?y=20=EB=85=B8=EB=93=9C=20Git=20=EC=A0=91=EA=B7=BC=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile.deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy index 62b8c11..b415571 100644 --- a/Jenkinsfile.deploy +++ b/Jenkinsfile.deploy @@ -4,6 +4,7 @@ pipeline { options { timestamps() disableConcurrentBuilds() + skipDefaultCheckout() // stage별 agent의 자동 SCM checkout 방지 (Deploy 노드는 git 접근 불필요, unstash로만 WAR 수신) buildDiscarder(logRotator(numToKeepStr: '20', artifactNumToKeepStr: '20')) }