From efbf4a01f3b61983d137bf2415a76ad6b3564951 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Thu, 24 Mar 2022 13:23:17 +0100 Subject: [PATCH] Update build triggers. See: #431 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9824c95..2d4ad71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS) } options {