[api] Jenkinsfile.pjt

- 삭제정책 추가
This commit is contained in:
2026-02-04 16:33:54 +09:00
parent d28f9eca26
commit bbedb7a46d
+2 -5
View File
@@ -142,11 +142,8 @@ pipeline {
echo "[1/1] docker registry login"
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
REGISTRY_HOST='"${REGISTRY_HOST}"'
DOCKER_USER='"${DOCKER_USER}"'
DOCKER_PASS='"${DOCKER_PASS}"'