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}" ' ''' }