From 6793ae4b500f7d6d687b0f2f3b6e85016d0eb3d0 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 29 Oct 2020 09:46:00 +0100 Subject: [PATCH] #481 - Add CI dependency on Spring Data JDBC. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b774130d..9bf6c013 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/master,spring-data-jdbc/master", threshold: hudson.model.Result.SUCCESS) } options {