diff --git a/Jenkinsfile b/Jenkinsfile index f8ca4ffe0..924608a74 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-keyvalue/main", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-keyvalue/2.6.x", threshold: hudson.model.Result.SUCCESS) } options {