From 1f9399837ba8bf5eb407a6d4096c4825d3476c32 Mon Sep 17 00:00:00 2001 From: shindw Date: Wed, 4 Feb 2026 16:15:12 +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 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile.pjt b/Jenkinsfile.pjt index a391414..28b655a 100644 --- a/Jenkinsfile.pjt +++ b/Jenkinsfile.pjt @@ -209,15 +209,14 @@ pipeline { sshagent(['ssh-pjt']) { sh ''' set -e - ssh -p ${SSH_PORT} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \ - ${SSH_USER}@${SSH_HOST} \ - 'set -e + ssh -p ${SSH_PORT} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ${SSH_USER}@${SSH_HOST} ' + set -e - REPO="${REGISTRY_HOST}/${IMAGE_REPO}" + REPO='"${REGISTRY_HOST}/${IMAGE_REPO}"' - echo "[0] Repo: $REPO" + echo "[0] Repo: $REPO" - ' + ' ''' } }