File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ pipeline {
33
33
34
34
environment {
35
35
ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
36
- DEVELOCITY_CACHE = credentials(" ${ p['develocity.cache.credentials']} " )
37
36
DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
38
37
TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'
39
38
}
@@ -66,7 +65,6 @@ pipeline {
66
65
options { timeout(time : 60 , unit : ' MINUTES' ) }
67
66
environment {
68
67
ARTIFACTORY = credentials(" ${ p['artifactory.credentials']} " )
69
- DEVELOCITY_CACHE = credentials(" ${ p['develocity.cache.credentials']} " )
70
68
DEVELOCITY_ACCESS_KEY = credentials(" ${ p['develocity.access-key']} " )
71
69
TESTCONTAINERS_IMAGE_SUBSTITUTOR = ' org.springframework.data.neo4j.support.ProxyImageNameSubstitutor'
72
70
}
You can’t perform that action at this time.
0 commit comments