Update build triggers.

See #744
This commit is contained in:
Mark Paluch
2022-03-23 13:56:35 +01:00
parent fa68ad3b42
commit 4c16757406

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-commons/main,spring-data-jdbc/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-commons/2.7.x,spring-data-jdbc/2.4.x", threshold: hudson.model.Result.SUCCESS)
}
options {