From a8e2ea7b3472ae8e1eab05906777feb2da689da1 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 9cb938e22..65129a608 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/1.13.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-keyvalue/1.2.x", threshold: hudson.model.Result.SUCCESS) } options {