[api] Jenkinsfile.pjt

- 삭제정책 추가
This commit is contained in:
2026-02-04 16:22:21 +09:00
parent 18863643ea
commit 1967654d4a
+1
View File
@@ -215,6 +215,7 @@ pipeline {
Repo='"${REGISTRY_HOST}/${IMAGE_REPO}"' Repo='"${REGISTRY_HOST}/${IMAGE_REPO}"'
echo "${Repo}" echo "${Repo}"
docker images "$Repo" --format '{{.Repository}}:{{.Tag}}' | grep -v -F -f <(docker ps --format '{{.Image}}')
' '
''' '''
} }