From 6a00c5ece741ea3e9ce690e9dcec58df1b3d82fa Mon Sep 17 00:00:00 2001 From: hiondal Date: Fri, 12 Sep 2025 17:16:33 +0900 Subject: [PATCH] =?UTF-8?q?Jenkins=20=ED=8C=8C=EC=9D=B4=ED=94=84=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=ED=8C=8C=EB=93=9C=20=EC=9E=90=EB=8F=99=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC=20=EC=84=A4=EC=A0=95=20=EC=B6=94=EA=B0=80=20-=20podRe?= =?UTF-8?q?tention:=20never()=EB=A1=9C=20=EC=A6=89=EC=8B=9C=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment/cicd/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index a1fd2d1..c996685 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -12,6 +12,7 @@ podTemplate( slaveConnectTimeout: 300, idleMinutes: 30, activeDeadlineSeconds: 3600, + podRetention: never(), // 파드 자동 정리 옵션: never(), onFailure(), always(), default() yaml: ''' spec: tolerations: