[api] Jenkinsfile.pjt

- 삭제정책 추가
This commit is contained in:
2026-02-04 16:15:12 +09:00
parent 06faa99267
commit 1f9399837b
+5 -6
View File
@@ -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"
'
'
'''
}
}