Skip to content

Commit 7873c88

Browse files
committed
Polishing.
Remover additional instances of DEVELOCITY_CACHE. See #2929
1 parent 720d163 commit 7873c88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ pipeline {
3333

3434
environment {
3535
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
36-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
3736
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
3837
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'
3938
}
@@ -66,7 +65,6 @@ pipeline {
6665
options { timeout(time: 60, unit: 'MINUTES') }
6766
environment {
6867
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
69-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
7068
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
7169
TESTCONTAINERS_IMAGE_SUBSTITUTOR = 'org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'
7270
}

0 commit comments

Comments
 (0)