[CI] Add external Docker build cache (#4331)

This commit is contained in:
Philip Hyunsu Cho
2019-04-04 13:36:39 -07:00
committed by GitHub
parent 82dca3c108
commit 37c75aac41
2 changed files with 35 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -24,6 +24,10 @@ pipeline {
// Each stage specify its own agent
agent none
environment {
DOCKER_CACHE_REPO = '492475357299.dkr.ecr.us-west-2.amazonaws.com'
}
// Setup common job properties
options {
ansiColor('xterm')