From 7d35978307ce03db3526609d5574c6619fe490de Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 23 Mar 2022 11:38:58 +0100 Subject: [PATCH] Update build triggers. See #351 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 993ae7c..be7349c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-jpa/main", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-jpa/2.7.x", threshold: hudson.model.Result.SUCCESS) } options {