[api] Jenkinsfile.pjt

- 삭제정책 추가
This commit is contained in:
2026-02-04 16:15:12 +09:00
parent 06faa99267
commit 1f9399837b
+3 -4
View File
@@ -209,11 +209,10 @@ pipeline {
sshagent(['ssh-pjt']) { sshagent(['ssh-pjt']) {
sh ''' sh '''
set -e set -e
ssh -p ${SSH_PORT} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null \ ssh -p ${SSH_PORT} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null ${SSH_USER}@${SSH_HOST} '
${SSH_USER}@${SSH_HOST} \ set -e
'set -e
REPO="${REGISTRY_HOST}/${IMAGE_REPO}" REPO='"${REGISTRY_HOST}/${IMAGE_REPO}"'
echo "[0] Repo: $REPO" echo "[0] Repo: $REPO"