DATAREST-1380 - Add Solr to upstream list.

This commit is contained in:
Greg Turnquist
2019-05-30 10:43:30 -05:00
parent b50e8e5fee
commit a9b3a765c2

2
Jenkinsfile vendored
View File

@@ -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 {