mirror of
https://github.com/corda/corda.git
synced 2025-04-09 04:15:35 +00:00
Merge pull request #7786 from corda/merge-release/os/4.8-release/os/4.9-2024-08-13-281
ES-758: Merging forward updates from release/os/4.8 to release/os/4.9 - 2024-08-13
This commit is contained in:
commit
16e7cd4129
@ -34,6 +34,10 @@ pipeline {
|
||||
// in the name
|
||||
ARTIFACTORY_BUILD_NAME = "Corda / Publish / Publish Nightly to Artifactory"
|
||||
.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/"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user