From 96e3372d080f99a400f567f78825d64a98b29172 Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Tue, 17 Jun 2025 11:19:32 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20Jenkinsfile=20-=20deploy=5Fenv=5Fva?= =?UTF-8?q?rs=20=EA=B2=BD=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= 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 ef25948..5734088 100644 --- a/smarketing-ai/deployment/Jenkinsfile +++ b/smarketing-ai/deployment/Jenkinsfile @@ -27,7 +27,7 @@ podTemplate( stage("Get Source") { checkout scm - props = readProperties file: "deployment/deploy_env_vars" + props = readProperties file: "smarketing-ai/deployment/deploy_env_vars" namespace = "${props.namespace}" echo "Registry: ${props.registry}"