diff --git a/Jenkinsfile b/Jenkinsfile index b774130d9..9bf6c013b 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 {