From 2d096265b578abe1098891e1aa28bc053bcc93cb Mon Sep 17 00:00:00 2001 From: hjmoons Date: Thu, 30 Oct 2025 18:57:36 +0900 Subject: [PATCH] =?UTF-8?q?Jenkinsfile:=20=EB=B9=8C=EB=93=9C=20=EC=84=9C?= =?UTF-8?q?=EB=B9=84=EC=8A=A4=20=EB=AA=A9=EB=A1=9D=EC=97=90=EC=84=9C=20'ai?= =?UTF-8?q?'=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - services 목록: user, meeting, stt, notification (ai 제외) - ai-python은 별도 파이프라인으로 관리 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cdbdca7..eb14c2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -69,7 +69,7 @@ podTemplate( node(PIPELINE_ID) { def imageTag = getImageTag() def environment = params.ENVIRONMENT ?: 'dev' - def services = ['user', 'meeting', 'stt', 'ai', 'notification'] + def services = ['user', 'meeting', 'stt', 'notification'] def registry = 'acrdigitalgarage02.azurecr.io' def imageOrg = 'hgzero'