Skip to content

Commit 4ced1e9

Browse files
committed
DATAREST-1380 - Add Solr to upstream list.
1 parent a2c9d5b commit 4ced1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
triggers {
55
pollSCM 'H/10 * * * *'
66
upstream(upstreamProjects: "spring-data-cassandra/master,spring-data-elasticsearch/master,spring-data-gemfire/master,spring-data-geode/master,spring-data-jpa/master," +
7-
"spring-data-ldap/master,spring-data-neo4j/master", threshold: hudson.model.Result.SUCCESS)
7+
"spring-data-ldap/master,spring-data-neo4j/master,spring-data-solr/master", threshold: hudson.model.Result.SUCCESS)
88
}
99

1010
options {

0 commit comments

Comments
 (0)