[api] Jenkinsfile.pjt

- 삭제정책 추가
This commit is contained in:
2026-02-04 16:20:59 +09:00
parent 1f9399837b
commit 18863643ea
+2 -3
View File
@@ -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}"
'
'''
}