[api] Jenkinsfile.pjt

- 도커 pull까지 완성
This commit is contained in:
2026-02-03 17:03:27 +09:00
parent fd432ff0dd
commit 494ba05690
+4 -3
View File
@@ -111,10 +111,11 @@ pipeline {
-o StrictHostKeyChecking=no \
-o UserKnownHostsFile=/dev/null \
${SSH_USER}@${SSH_HOST} \
REGISTRY_HOST="${REGISTRY_HOST}" \
DOCKER_USER="${DOCKER_USER}" \
DOCKER_PASS="${DOCKER_PASS}" \
'set -e
REGISTRY_HOST='"${REGISTRY_HOST}"'
DOCKER_USER='"${DOCKER_USER}"'
DOCKER_PASS='"${DOCKER_PASS}"'
echo "$DOCKER_PASS" | docker login "$REGISTRY_HOST" -u "$DOCKER_USER" --password-stdin
'
'''