From 1acdef863ed6d8085fdc8c6a72519c2b8378b9dd Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 23 Mar 2022 11:33:16 +0100 Subject: [PATCH] Update build triggers. See #1245 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0dfea8eb7..cd8a1671f 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 {