#481 - Add CI dependency on Spring Data JDBC.

This commit is contained in:
Mark Paluch
2020-10-29 09:46:00 +01:00
parent 51e46843d4
commit 6793ae4b50

2
Jenkinsfile vendored
View File

@@ -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 {