Fix CI build trigger.

See #2934
This commit is contained in:
Mark Paluch
2023-10-13 11:57:54 +02:00
parent ce15739a3d
commit 210c3d88ca

2
Jenkinsfile vendored
View File

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