From d0ee4efd87f9b7e69d5908c62d15e8925f4172f3 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Tue, 20 Apr 2021 11:05:17 -0500 Subject: [PATCH] Polishing. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fa922001f..9221f2fd8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/master", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/2.5.x", threshold: hudson.model.Result.SUCCESS) } options {