From c4c84cb5e89d8c472633480c148c553335a9ba66 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 23 Mar 2022 14:01:52 +0100 Subject: [PATCH] Update build triggers. See #586 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 95f91d01..9c8a9052 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/2.7.x", threshold: hudson.model.Result.SUCCESS) } options {