From d21f5184c5bdd61c3217cbb27ecc82a0873a1c85 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Wed, 23 Mar 2022 16:24:37 +0100 Subject: [PATCH] Change branch for CI trigger. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cdaddb9a..9943f069 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 {