NOTICK: Add CORDA_USE_CACHE environment variable (#7262)

This commit is contained in:
Connel McGovern 2022-11-07 20:05:01 +00:00 committed by GitHub
parent b6f6ca3fe1
commit aa72dec0f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@ pipeline {
DOCKER_URL = "https://index.docker.io/v1/"
EMAIL_RECIPIENTS = credentials('corda4-email-recipient')
SNYK_API_KEY = "c4-os-snyk"
CORDA_USE_CACHE = "corda-remotes"
}
stages {