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 {