We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c9d5b commit 4ced1e9Copy full SHA for 4ced1e9
Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
triggers {
5
pollSCM 'H/10 * * * *'
6
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)
+ "spring-data-ldap/master,spring-data-neo4j/master,spring-data-solr/master", threshold: hudson.model.Result.SUCCESS)
8
}
9
10
options {
0 commit comments