From f3fc5bc39ecb79404bacb4df1b3bd27a69bba53d Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Tue, 17 Jun 2025 13:25:18 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20container('azure-cli')=20-=20wait?= =?UTF-8?q?=20=EB=AA=85=EB=A0=B9=EC=96=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smarketing-ai/deployment/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smarketing-ai/deployment/Jenkinsfile b/smarketing-ai/deployment/Jenkinsfile index 9035342..e55f855 100644 --- a/smarketing-ai/deployment/Jenkinsfile +++ b/smarketing-ai/deployment/Jenkinsfile @@ -144,7 +144,7 @@ podTemplate( kubectl apply -f smarketing-ai/deployment/${manifest} echo "Waiting for smarketing deployment to be ready..." - kubectl -n ${namespace} wait --for=condition=available smarketing-ai/deployment/smarketing --timeout=300s + kubectl -n ${namespace} wait --for=condition=available deployment/smarketing --timeout=300s echo "==========================================" echo "Getting LoadBalancer External IP..."