Skip to content

Commit c39b599

Browse files
committed
Polishing.
Remove lingering DEVELOCITY_CACHE credential declarations. Address typo. See #2947
1 parent 1109f2e commit c39b599

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Jenkinsfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ pipeline {
117117
options { timeout(time: 30, unit: 'MINUTES') }
118118
environment {
119119
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
120-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
121120
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
122121
}
123122
steps {
@@ -147,7 +146,6 @@ pipeline {
147146
options { timeout(time: 30, unit: 'MINUTES') }
148147
environment {
149148
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
150-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
151149
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
152150
}
153151
steps {
@@ -167,7 +165,6 @@ pipeline {
167165
options { timeout(time: 30, unit: 'MINUTES') }
168166
environment {
169167
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
170-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
171168
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
172169
}
173170
steps {
@@ -187,7 +184,6 @@ pipeline {
187184
options { timeout(time: 30, unit: 'MINUTES') }
188185
environment {
189186
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
190-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
191187
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
192188
}
193189
steps {
@@ -208,7 +204,6 @@ pipeline {
208204
options { timeout(time: 30, unit: 'MINUTES') }
209205
environment {
210206
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
211-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
212207
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
213208
}
214209
steps {

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The primary goal of the https://spring.io/projects/spring-data/[Spring Data] project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services.
44

5-
This modules provides integration with the https://redis.io/[Redis] store.
5+
This module provides integration with the https://redis.io/[Redis] store.
66

77
== Features
88

0 commit comments

Comments
 (0)