[api] Jenkinsfile.pjt
- 레파지토리 이미지 목록 조회
This commit is contained in:
@@ -234,8 +234,6 @@ pipeline {
|
||||
sh '''
|
||||
set -e
|
||||
|
||||
command -v jq >/dev/null 2>&1 || (sudo apt-get update -y && sudo apt-get install -y jq)
|
||||
|
||||
echo "[1/2] docker registry login"
|
||||
echo "$DOCKER_PASS" | docker login ${REGISTRY_HOST} -u "$DOCKER_USER" --password-stdin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user