Skip to content

Commit 40dfa92

Browse files
committed
Polishing.
Remove lingering DEVELOCITY_CACHE credential declarations. Address typo. See #2947
1 parent 33e63b3 commit 40dfa92

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ pipeline {
7777
options { timeout(time: 30, unit: 'MINUTES') }
7878
environment {
7979
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
80-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
8180
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
8281
}
8382
steps {
@@ -107,7 +106,6 @@ pipeline {
107106
options { timeout(time: 30, unit: 'MINUTES') }
108107
environment {
109108
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
110-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
111109
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
112110
}
113111
steps {
@@ -127,7 +125,6 @@ pipeline {
127125
options { timeout(time: 30, unit: 'MINUTES') }
128126
environment {
129127
ARTIFACTORY = credentials("${p['artifactory.credentials']}")
130-
DEVELOCITY_CACHE = credentials("${p['develocity.cache.credentials']}")
131128
DEVELOCITY_ACCESS_KEY = credentials("${p['develocity.access-key']}")
132129
}
133130
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)