mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
ES-758: use remote cache for nightly publishing (#7784)
* JFrog is shutting down JCenter completely and it is not longer available * as very short-term solution switch nightly publishing to R3 Artifactory cache, which already has all necessary binaries downloaded from JCenter previously * add missing configuration for Develocity (formerly Gradle Enterprise) for remote caches
This commit is contained in:
parent
b608500fe5
commit
f60074e2b5
@ -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/"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user