From f3b85bd48c87cc50d556a61a55db28493ed77376 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 12 Nov 2021 14:51:15 +0100 Subject: [PATCH] Update build trigger to use branch build. See #668 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15fe5f7..11b98db 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/main,spring-data-jdbc/2.6.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/main,spring-data-jdbc/2.3.x", threshold: hudson.model.Result.SUCCESS) } options {