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