From 12cd64cfc8d4f9dbf2d1a1d4ef34dd07910fa4e1 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 12 Nov 2021 14:31:54 +0100 Subject: [PATCH] Update build trigger to use branch build. See #1965 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 45f4b6a60..84544014c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/2.6.x", threshold: hudson.model.Result.SUCCESS) } options {