From 185a40b47cf31ff67099ab16a66179bc9cca28b8 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 7 Jun 2019 13:57:23 -0500 Subject: [PATCH] DATAREST-1380 - Add Redis to upstream project list. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 13ad8636d..5dd1903ce 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' upstream(upstreamProjects: "spring-data-cassandra/1.5.x,spring-data-elasticsearch/2.1.x,spring-data-gemfire/1.9.x,spring-data-jpa/1.11.x," + - "spring-data-ldap/1.0.x,spring-data-neo4j/4.2.x,spring-data-solr/2.1.x", threshold: hudson.model.Result.SUCCESS) + "spring-data-ldap/1.0.x,spring-data-neo4j/4.2.x,spring-data-redis/1.8.x,spring-data-solr/2.1.x", threshold: hudson.model.Result.SUCCESS) } options {