From ae2975668152fdd457c228eced6693fa5e88539d Mon Sep 17 00:00:00 2001 From: OhSeongRak Date: Tue, 17 Jun 2025 10:41:14 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20Jenkinsfile=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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/smarketing-ai/deployment/Jenkinsfile b/smarketing-ai/deployment/Jenkinsfile index 1abbdb4..a478c49 100644 --- a/smarketing-ai/deployment/Jenkinsfile +++ b/smarketing-ai/deployment/Jenkinsfile @@ -29,6 +29,10 @@ podTemplate( checkout scm props = readProperties file: "deployment/deploy_env_vars" namespace = "${props.namespace}" + + echo "Registry: ${props.registry}" + echo "Image Org: ${props.image_org}" + echo "Team ID: ${props.teamid}" } stage("Setup AKS") {