From a9b3a765c21b1ed9ee60d6c1b0c9fdba7c80e9cd Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 30 May 2019 10:43:30 -0500 Subject: [PATCH] DATAREST-1380 - Add Solr to upstream list. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d15f850ef..13ad8636d 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", threshold: hudson.model.Result.SUCCESS) + "spring-data-ldap/1.0.x,spring-data-neo4j/4.2.x,spring-data-solr/2.1.x", threshold: hudson.model.Result.SUCCESS) } options {