From 210c3d88cad6fe153d5f37a55e34b66285c2d320 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Oct 2023 11:57:54 +0200 Subject: [PATCH] Fix CI build trigger. See #2934 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2fc9023a3..6635b233c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-build/3.0.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-build/3.1.x", threshold: hudson.model.Result.SUCCESS) } options {