From 18863643eada636d5090ee8725d256bc411ffea5 Mon Sep 17 00:00:00 2001 From: shindw Date: Wed, 4 Feb 2026 16:20:59 +0900 Subject: [PATCH] =?UTF-8?q?[api]=20Jenkinsfile.pjt=20-=20=EC=82=AD?= =?UTF-8?q?=EC=A0=9C=EC=A0=95=EC=B1=85=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile.pjt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile.pjt b/Jenkinsfile.pjt index 28b655a..ea41628 100644 --- a/Jenkinsfile.pjt +++ b/Jenkinsfile.pjt @@ -212,10 +212,9 @@ pipeline { ssh -p ${SSH_PORT} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ${SSH_USER}@${SSH_HOST} ' set -e - REPO='"${REGISTRY_HOST}/${IMAGE_REPO}"' - - echo "[0] Repo: $REPO" + Repo='"${REGISTRY_HOST}/${IMAGE_REPO}"' + echo "${Repo}" ' ''' }