From a7a7def41b05422dbb8ed7324146baa1aeade6bd Mon Sep 17 00:00:00 2001 From: dykim Date: Fri, 5 Dec 2025 11:08:09 +0900 Subject: [PATCH] =?UTF-8?q?K8S=20=EB=A1=A4=EC=95=84=EC=9B=83=20=EC=BB=A8?= =?UTF-8?q?=ED=8A=B8=EB=A1=A4=20=ED=99=9C=EC=84=B1=ED=99=94?= 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 218761b..146b236 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -113,7 +113,7 @@ spec: } } -/* stage('Deploy to Kubernetes') { + stage('Deploy to Kubernetes') { container('kubectl') { sh """ set -eux @@ -126,7 +126,7 @@ spec: kubectl -n ${APP_NS} get pod -l app=${DEPLOY} -o jsonpath='{.items[*].spec.containers[*].image}'; echo """ } - } */ + } } } } \ No newline at end of file