DATAREST-1380 - Add Solr to upstream list.

This commit is contained in:
Greg Turnquist
2019-05-30 10:42:25 -05:00
parent a2c9d5b9fe
commit 4ced1e9e43

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-cassandra/master,spring-data-elasticsearch/master,spring-data-gemfire/master,spring-data-geode/master,spring-data-jpa/master," +
"spring-data-ldap/master,spring-data-neo4j/master", threshold: hudson.model.Result.SUCCESS)
"spring-data-ldap/master,spring-data-neo4j/master,spring-data-solr/master", threshold: hudson.model.Result.SUCCESS)
}
options {