From 9e25086b96a49b7cdc6caacc22499c0624f03ca0 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 26 Jun 2019 10:05:41 -0500 Subject: [PATCH] DATAREDIS-1380 - Change upstream CI dependency to SD Keyvalue. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7f0808bc4..9408e8b24 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {