[CI] Specify account ID when logging into ECR Docker registry (#4584)

* [CI] Specify account ID when logging into ECR Docker registry

* Do not display awscli login command
This commit is contained in:
Philip Hyunsu Cho
2019-06-19 15:08:42 -07:00
committed by GitHub
parent ae05948e32
commit 0c50f8417a
2 changed files with 9 additions and 5 deletions

3
Jenkinsfile vendored
View File

@@ -11,7 +11,8 @@ pipeline {
agent none
environment {
DOCKER_CACHE_REPO = '492475357299.dkr.ecr.us-west-2.amazonaws.com'
DOCKER_CACHE_ECR_ID = '492475357299'
DOCKER_CACHE_ECR_REGION = 'us-west-2'
}
// Setup common job properties