From aac57107669a4b49e45db3f9f10e3845a69dd353 Mon Sep 17 00:00:00 2001 From: ondal Date: Mon, 1 Dec 2025 10:57:57 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile=EC=97=90=EC=84=9C=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94=ED=95=9C=20context=20=EC=8A=A4=EC=9C=84?= =?UTF-8?q?=EC=B9=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- deployment/cicd/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index 75d2348..5f65464 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -82,7 +82,6 @@ podTemplate( stage("Setup Kubernetes") { container('kubectl') { sh """ - kubectl config use-context ${props.k8s_context} || echo "Context switch skipped" kubectl create namespace ${props.namespace} --dry-run=client -o yaml | kubectl apply -f - """ }