DATAREST-1380 - Add Redis to upstream project list.

This commit is contained in:
Greg Turnquist
2019-06-07 13:56:07 -05:00
parent 8ce25f7918
commit 9080950695

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,spring-data-solr/master", threshold: hudson.model.Result.SUCCESS)
"spring-data-ldap/master,spring-data-neo4j/master,spring-data-redis/master,spring-data-solr/master", threshold: hudson.model.Result.SUCCESS)
}
options {