[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:
committed by
GitHub
parent
ae05948e32
commit
0c50f8417a
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user