From 45e34cd93ca2bbe9b55e99f3df012d8f1b61d9aa Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 7 Jun 2019 13:56:41 -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 af8146a52..eba0eeca1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' upstream(upstreamProjects: "spring-data-cassandra/2.1.x,spring-data-elasticsearch/3.1.x,spring-data-gemfire/2.1.x,spring-data-geode/2.1.x,spring-data-jpa/2.1.x," + - "spring-data-ldap/2.1.x,spring-data-neo4j/5.1.x,spring-data-solr/4.0.x", threshold: hudson.model.Result.SUCCESS) + "spring-data-ldap/2.1.x,spring-data-neo4j/5.1.x,spring-data-redis/2.1.x,spring-data-solr/4.0.x", threshold: hudson.model.Result.SUCCESS) } options {