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 {
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 }
You can’t perform that action at this time.
0 commit comments