Tweak build triggers for development line version.

See #791
This commit is contained in:
Mark Paluch
2023-07-12 15:24:59 +02:00
parent db6c62ca7d
commit dbac9a9588

2
Jenkinsfile vendored
View File

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