Merge pull request #7787 from corda/merge-release/os/4.9-release/os/4.10-2024-08-13-299

ES-758: Merging forward updates from release/os/4.9 to release/os/4.10 - 2024-08-13
This commit is contained in:
Waldemar Żurowski 2024-08-13 10:01:35 +01:00 committed by GitHub
commit 53d770d8e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,10 @@ pipeline {
// in the name // in the name
ARTIFACTORY_BUILD_NAME = "Corda / Publish / Publish Nightly to Artifactory" ARTIFACTORY_BUILD_NAME = "Corda / Publish / Publish Nightly to Artifactory"
.replaceAll("/", " :: ") .replaceAll("/", " :: ")
BUILD_CACHE_CREDENTIALS = credentials('gradle-ent-cache-credentials')
BUILD_CACHE_PASSWORD = "${env.BUILD_CACHE_CREDENTIALS_PSW}"
BUILD_CACHE_USERNAME = "${env.BUILD_CACHE_CREDENTIALS_USR}"
USE_CACHE = 'corda-remotes'
DOCKER_URL = "https://index.docker.io/v1/" DOCKER_URL = "https://index.docker.io/v1/"
} }