DATAREDIS-1380 - Change upstream CI dependency to SD Keyvalue.

This commit is contained in:
Greg Turnquist
2019-06-26 10:05:41 -05:00
parent 56117d57c6
commit 9e25086b96

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-commons/2.1.x", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-keyvalue/2.1.x", threshold: hudson.model.Result.SUCCESS)
}
options {